| | |
| | | <if test="user.hold!=null and user.hold != ''"> |
| | | and bu.hold = #{user.hold} |
| | | </if> |
| | | <if test="user.type!=null"> |
| | | and bu.equipment_code !="" and bu.equipment_code is not null and bu.equipment_code !=null |
| | | </if> |
| | | <if test="user.jurisdiction!=null and user.jurisdiction != '' and user.jurisdiction != '1372091709474910209'"> |
| | | and (sj.id = #{user.jurisdiction} or sj.parent_id = #{user.jurisdiction}) |
| | | </if> |
| | |
| | | <select id="getNotAuditAllUserList" resultType="org.springblade.modules.system.entity.User"> |
| | | select id, cardid |
| | | from blade_user |
| | | where examination_type is null |
| | | where 1=1 |
| | | and (examination_type is null or examination_type="" or examination_type=null) |
| | | </select> |
| | | |
| | | <!--根据保安员编码查询保安信息--> |