更新
This commit is contained in:
@@ -124,6 +124,9 @@ public class LiKuToAcsServiceImpl implements LiKuToAcsService {
|
||||
if(StrUtil.equals(task.getTask_type(),"7") && StrUtil.equals(task.getStorage_task_type(),"4")){
|
||||
inst.setInstruction_status("2");
|
||||
instructionService.finish(inst.getInstruction_id());
|
||||
} else {
|
||||
inst.setRemark("立库已反馈完成,待输送上报任务号");
|
||||
instructionService.update(inst);
|
||||
}
|
||||
|
||||
} else if(StrUtil.equals(status,"4")){
|
||||
|
||||
Reference in New Issue
Block a user