| | |
| | | import com.ld.igds.constant.RedisConst; |
| | | import com.ld.igds.log.service.InteStatusLogService; |
| | | import com.ld.igds.models.InteStatusLog; |
| | | import com.ld.igds.models.MContract; |
| | | import com.ld.igds.models.InoutContract; |
| | | import com.ld.igds.sh.dto.ApiResponse; |
| | | import com.ld.igds.sh.dto.Dto1503; |
| | | import com.ld.igds.sh.param.ApiRequest; |
| | |
| | | redisUtil.set(key, param.getEndTime()); |
| | | |
| | | //查询合同信息 |
| | | List<MContract> dataList = hApiShServiceImpl.listContract(companyId, |
| | | List<InoutContract> dataList = hApiShServiceImpl.listContract(companyId, |
| | | startTime, param.getEndTime()); |
| | | |
| | | //响应数据为空则直接返回响应码2000 |
| | |
| | | List<DefaultDept> deptList = hApiShServiceImpl.listDept(companyId, companyId); |
| | | DefaultDept dept = deptList.get(0); |
| | | //封装数据信息 |
| | | for (MContract contract : dataList) { |
| | | for (InoutContract contract : dataList) { |
| | | dto1503 = new Dto1503(); |
| | | |
| | | dto1503.setHtbh(contract.getId()); |