问题修改
This commit is contained in:
parent
def6b77903
commit
2e4972279a
|
|
@ -285,7 +285,7 @@ public class RepairAuditDetailsServiceImpl implements IRepairAuditDetailsService
|
||||||
companyId = repairDetailList.get(0).getCompanyId();
|
companyId = repairDetailList.get(0).getCompanyId();
|
||||||
}
|
}
|
||||||
taskCode = purchaseCodeRule("WX",41);
|
taskCode = purchaseCodeRule("WX",41);
|
||||||
taskStatus = 42;
|
taskStatus = 43;
|
||||||
taskType = 41;
|
taskType = 41;
|
||||||
long inputTaskId = genTask(taskCode,taskType,taskStatus,tmTaskAgreement,companyId);
|
long inputTaskId = genTask(taskCode,taskType,taskStatus,tmTaskAgreement,companyId);
|
||||||
for (RepairAuditDetails inputDetails : repairDetailList) {
|
for (RepairAuditDetails inputDetails : repairDetailList) {
|
||||||
|
|
|
||||||
|
|
@ -201,7 +201,7 @@ public class ScrapApplyDetailsServiceImpl implements IScrapApplyDetailsService {
|
||||||
parentId = Math.toIntExact(backList.get(0).getParentId());
|
parentId = Math.toIntExact(backList.get(0).getParentId());
|
||||||
}
|
}
|
||||||
taskCode = purchaseCodeRule("T",36);
|
taskCode = purchaseCodeRule("T",36);
|
||||||
taskStatus = 39;
|
taskStatus = 38;
|
||||||
taskType = 36;
|
taskType = 36;
|
||||||
long backTaskId = genTask(taskCode,taskType,taskStatus,tmTaskAgreement,companyId);
|
long backTaskId = genTask(taskCode,taskType,taskStatus,tmTaskAgreement,companyId);
|
||||||
BackApplyInfo backApplyInfo = scrapApplyDetailsMapper.getBackApplyInfo(parentId);
|
BackApplyInfo backApplyInfo = scrapApplyDetailsMapper.getBackApplyInfo(parentId);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue