问题修改

This commit is contained in:
1539530615@qq.com 2024-01-29 17:58:33 +08:00
parent def6b77903
commit 2e4972279a
2 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,7 @@ public class RepairAuditDetailsServiceImpl implements IRepairAuditDetailsService
companyId = repairDetailList.get(0).getCompanyId();
}
taskCode = purchaseCodeRule("WX",41);
taskStatus = 42;
taskStatus = 43;
taskType = 41;
long inputTaskId = genTask(taskCode,taskType,taskStatus,tmTaskAgreement,companyId);
for (RepairAuditDetails inputDetails : repairDetailList) {

View File

@ -201,7 +201,7 @@ public class ScrapApplyDetailsServiceImpl implements IScrapApplyDetailsService {
parentId = Math.toIntExact(backList.get(0).getParentId());
}
taskCode = purchaseCodeRule("T",36);
taskStatus = 39;
taskStatus = 38;
taskType = 36;
long backTaskId = genTask(taskCode,taskType,taskStatus,tmTaskAgreement,companyId);
BackApplyInfo backApplyInfo = scrapApplyDetailsMapper.getBackApplyInfo(parentId);