| | |
| | | Map<String, Object> args = new HashMap<String, Object>(); |
| | | args.put("companyId", param.getCompanyId()); |
| | | args.put("recordStatus1", InoutConstant.RECORD_STATUS_DEL); |
| | | args.put("recordStatus2", InoutConstant.RECORD_STATUS_ERROR); |
| | | |
| | | if (StringUtils.isNotEmpty(param.getDeptId())) { |
| | | hql += " and deptId =:deptId"; |
| | |
| | | Map<String, Object> args = new HashMap<String, Object>(); |
| | | |
| | | args.put("recordStatus1", InoutConstant.RECORD_STATUS_DEL); |
| | | args.put("recordStatus2", InoutConstant.RECORD_STATUS_ERROR); |
| | | |
| | | if (StringUtils.isNotEmpty(companyId)) { |
| | | hql += " and companyId =:companyId"; |