测试问题项修改

This commit is contained in:
csyue 2024-05-29 11:24:18 +08:00
parent f0db05ce34
commit c2ea36160f
1 changed files with 1 additions and 1 deletions

View File

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