springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerCreditsExchangeMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerCreditsExchangeMapper.xml
@@ -88,7 +88,8 @@ and vce.condition=#{condition} </if> <if test="userName!=null and userName!='' "> and ((select su.name from sys_user as su where su.user_id=vce.user_id) like concat('%',#{userName},'%')) and ((select su.name from sys_user as su where su.user_id=vce.user_id) like concat('%',#{userName},'%')) or ((select su.phone from sys_user as su where su.user_id=vce.user_id) like concat('%',#{userName},'%')) </if> <if test="communityId!=null and communityId!='' "> and vce.community_id=#{communityId}