This commit is contained in:
mashuai 2025-04-24 10:17:53 +08:00
parent 3f21a87d70
commit 87b88642e0
2 changed files with 2 additions and 2 deletions

View File

@ -753,7 +753,7 @@ public class TmTaskServiceImpl implements TmTaskService {
String type = ""; String type = "";
List<LeaseApplyDetails> list = new ArrayList<>(); List<LeaseApplyDetails> list = new ArrayList<>();
if (CollUtil.isNotEmpty(leaseAuditList)) { if (CollUtil.isNotEmpty(leaseAuditList)) {
unitName = leaseAuditList.get(0).getDeptName(); unitName = leaseAuditList.get(0).getUnitName();
projectName = leaseAuditList.get(0).getProName(); projectName = leaseAuditList.get(0).getProName();
type = leaseAuditList.get(0).getCompanyId() == 101 ? "机具设备" : "调试设备"; type = leaseAuditList.get(0).getCompanyId() == 101 ? "机具设备" : "调试设备";
list = leaseAuditList.get(0).getLeaseApplyDetails(); list = leaseAuditList.get(0).getLeaseApplyDetails();