测试问题项修改
This commit is contained in:
parent
a072242325
commit
f0db05ce34
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue