lxw
2023-06-27 82aa090b01cb6c4956e49c64f81d48bde9593972
sop拼接查询包含通用修改
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/SOPMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | 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>