瀏覽代碼

巡检优化

2 年之前
父節點
當前提交
02c13f61f4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      platform-dao/src/main/resources/mapper/fill/FillGatherTaskMapper.xml

+ 1 - 1
platform-dao/src/main/resources/mapper/fill/FillGatherTaskMapper.xml

@@ -97,7 +97,7 @@
             and fill.name = #{name}
         </if>
         <if test="keyword != null and keyword != ''">
-            and fill.id like concat(concat('%',#{keyword}),'%')
+            and fill.name like concat(concat('%',#{keyword}),'%')
         </if>
     </sql>
     <select id="selectList" parameterType="com.platform.dao.dto.fill.FillGatherTaskDTO"