src/main/resources/mapper/SOPMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/SOPMapper.xml
@@ -29,7 +29,7 @@ select tb_sop.*,tb_sop_product.id as pId ,code,model,sop_id from tb_sop LEFT JOIN tb_sop_product on tb_sop.id=tb_sop_product.sop_id <where> 1=1 1=1 and tb_sop.current_flag=0 <if test="code!=null"> and code LIKE '%${code}%' </if>