Browse Source

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

zhangy 2 năm trước cách đây
mục cha
commit
5ad787b5b4

+ 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})