| | |
| | | * @return |
| | | */ |
| | | List<SecurityExcel> exportSecurityInfo(@Param("user") UserVO user); |
| | | /** |
| | | * 查询押运人员编码不为null的保安信息 |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> selectEquipent(); |
| | | } |
| | |
| | | ORDER BY bu.id desc |
| | | </select> |
| | | |
| | | |
| | | <!--查询押运人员编码不为null的保安信息--> |
| | | <select id="selectEquipent" resultType="java.util.HashMap"> |
| | | SELECT id, |
| | | equipment_code as code |
| | | FROM blade_user |
| | | WHERE dept_id = '1460129345988239362' |
| | | AND role_id = '1412226235153731586' |
| | | AND is_deleted = 0 |
| | | AND `status` = 1 |
| | | AND equipment_code IS NOT NULL |
| | | </select> |
| | | |
| | | </mapper> |
| | |
| | | * @param deptId |
| | | */ |
| | | void importSecurityTest(List<SecurityExcel> data, Boolean isCovered, String deptId); |
| | | /** |
| | | * 查询押运人员编码不为null的保安信息 |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> selectEquipent(); |
| | | } |
| | |
| | | throw new ServiceException("用户:[" + errorAccount + "]导入失败!已在其他单位存在!"); |
| | | } |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> selectEquipent() { |
| | | return baseMapper.selectEquipent(); |
| | | } |
| | | } |