소스 검색

平衡项目数据重新生成数据

zhangy 2 년 전
부모
커밋
5ad787b5b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/steerinfo/ems/trmactitem/mapper/TRmActItemMapper.xml

+ 1 - 1
src/main/java/com/steerinfo/ems/trmactitem/mapper/TRmActItemMapper.xml

@@ -813,7 +813,7 @@
 	          and ITEMNAME LIKE '%${itemname}%'
 	      </if>
 	      <if test="itemdesc != null and itemdesc != ''">
-	        and ITEMDESC = #{itemdesc}
+	        and ITEMDESC  LIKE '%${itemdesc}%'
 	      </if>
 	      <if test="propertyid != null and propertyid != ''">
 	        and PROPERTYID in (${propertyid})