|
|
|
@ -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"> |
|
|
|
|