| | |
| | | return list; |
| | | } |
| | | |
| | | @Override |
| | | public List<SysUser> getUserListByContainerCodeNew(String containerCode, String startTime, String endTime) throws ApiException{ |
| | | if (containerCode==null||containerCode.isEmpty()) { |
| | | throw new ApiException(ApiStatus.PARAM_NO_EXIST, ApiStatus.PARAM_NO_EXIST.getRetMsg() + "[containerCode]"); |
| | | } |
| | | |
| | | return sysUserDao.getUserListByContainerCodeNew(containerCode, startTime, endTime); |
| | | } |
| | | |
| | | |
| | | @Override |
| | | @Transactional(propagation = Propagation.REQUIRED) |
| | |
| | | content += "柜门未关"; |
| | | } |
| | | //给daping系统发送信息 |
| | | if("1".equals(warningId) || "2".equals(warningId)|| "6".equals(warningId)) { |
| | | |
| | | if(!"".equals(alarmUrl) && ("1".equals(warningId) || "2".equals(warningId)|| "6".equals(warningId)) ) { |
| | | JSONObject json = new JSONObject(); |
| | | json.put("barCode", location.get("barCode")); |
| | | json.put("type", alarmType); |