Просмотр исходного кода

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

[user3] 3 лет назад
Родитель
Сommit
3b0a9aba8f

+ 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