소스 검색

巡检优化

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"