测试问题项修改

This commit is contained in:
csyue 2024-05-29 11:02:12 +08:00
parent a072242325
commit f0db05ce34
1 changed files with 64 additions and 62 deletions

View File

@ -625,6 +625,7 @@ public class TmTaskServiceImpl implements TmTaskService {
if (tmTask != null) {
// 去查询任务分单表
List<LeaseApplyInfo> collect = tmTaskMapper.getAuditManageListByLeaseInfo(tmTask);
if (collect != null) {
int deptId1 = tmTaskMapper.getDeptId(collect.get(0).getCreateBy());
//施管部只能看到机具分公司101的数据
if (deptId == 101) {
@ -709,6 +710,7 @@ public class TmTaskServiceImpl implements TmTaskService {
}
}
}
}
tmTask.setPreCountNum(count);
}