领料接口优化

This commit is contained in:
sxu 2024-11-14 14:09:22 +08:00
parent cb72df603d
commit 68f4d0073f
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ public class LeaseApplyInfoServiceImpl implements ILeaseApplyInfoService {
try {
int result = leaseApplyInfoMapper.updateLeaseApplyInfo(leaseApplyInfo);
if (result > 0) {
// 同步修改tm_task任务状态, 如果不需要审核改成LEASE_TASK_TO_STOCK_OUT 如果需要审核改成 LEASE_TASK_TO_AUDIT
// 同步修改tm_task任务状态, 如果不需要审核改成 LEASE_TASK_IN_STOCK_OUT 如果需要审核改成 LEASE_TASK_TO_AUDIT
TmTask tmTask = new TmTask();
tmTask.setTaskType(TmTaskTypeEnum.TM_TASK_LEASE.getTaskTypeId());
tmTask.setTaskId(leaseApplyInfo.getTaskId());