shudonghui 1 年之前
父节点
当前提交
a26a9d7a4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sop-business/src/main/resources/mapper/TBDingMapper.xml

+ 1 - 1
sop-business/src/main/resources/mapper/TBDingMapper.xml

@@ -212,7 +212,7 @@
                 and a.supplier_id = #{supplierId}
             </if>
             <if test="custom != null and custom != ''">
-                and a.name like concat('%', #{custom} , '%')
+                and a.custom like concat('%', #{custom} , '%')
             </if>
             <if test="sopNo != null and sopNo != ''">
                 and a.sop_no like concat('%', #{sopNo} , '%')