1.sql添加条件

main
862857010@qq.com 2 years ago
parent 466ca7dda7
commit c8775c2af2
  1. 1
      cjy-project/src/main/resources/mapper/emergencycommand/GroupingUserInfoMapper.xml

@ -143,6 +143,7 @@
and t1.grouping_id = #{groupingId}
<if test="userName != null ">and t2.nick_name like concat('%',#{userName},'%')</if>
<if test="organCode != null ">and t2.organ_code = #{organCode}</if>
and t5.del_flag !=2
</where>
</select>
<select id="selectGroupingUserInfoListBySchedulingUserInfo" resultType="com.cjy.emergencycommand.domain.vo.GroupingUserInfoVO">

Loading…
Cancel
Save