瀏覽代碼

查看标准意见查看管理问题调整

[user3] 3 年之前
父節點
當前提交
3b0a9aba8f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mappings/modules/bzshbExamin/StandardOpinionDao.xml

+ 1 - 1
src/main/resources/mappings/modules/bzshbExamin/StandardOpinionDao.xml

@@ -47,7 +47,7 @@
 				</foreach>
 			</if>
 			<if test="(userId != null and userId != '') or (userName != null and userName != '')">
-				AND (wpu.user_id = #{userId} or su.name like concat('%',#{userName},'%'))
+				AND (wpu.user_id = #{userId} or su.name =#{userName})
 			</if>
 		</where>
 		group by wpu.user_id