Compare commits

..

No commits in common. "80f6ea31541ee8933ea79eca958f875e21a75219" and "73e07c5bf832435003139f205e4d2b89d967faab" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -471,7 +471,7 @@ public class TmTaskController extends BaseController {
//修改领料任务表信息
//先判断 目前数据库有几个公司
// List<LeaseApplyInfo> list = tmTaskService.getListSome(task.getTaskId());
List<LeaseApplyInfo> list = tmTaskService.getListSome(task.getTaskId());
LeaseApplyInfo infoAdd = new LeaseApplyInfo();
/* if (list.size() < 2) {
List<List<LeaseApplyDetails>> deviceByCompanyList = CollUtil.groupByField(task.getLeaseApplyDetails(), "companyId");

View File

@ -793,7 +793,6 @@ public class TmTaskServiceImpl implements TmTaskService {
// 去查询领料任务详情表
List<LeaseApplyDetails> leaseApplyDetails = tmTaskMapper.getLeaseApplyDetailsByApply(leaseApplyInfo);
if (leaseApplyDetails != null && !leaseApplyDetails.isEmpty()) {
leaseApplyInfo.setLeaseApplyDetails(leaseApplyDetails);
listLeaseDetails.addAll(leaseApplyDetails);
}
}