Commit 97255539 authored by 孙杰's avatar 孙杰

项目完善

parent e0371a8e
...@@ -208,7 +208,7 @@ public class PddLocalController { ...@@ -208,7 +208,7 @@ public class PddLocalController {
ioEntity.setLogisticsOrderCode(mailNoResponse.getLogisticsOrderCode()); ioEntity.setLogisticsOrderCode(mailNoResponse.getLogisticsOrderCode());
ioEntity.setExpressCode(mailNoResponse.getExpressCode()); ioEntity.setExpressCode(mailNoResponse.getExpressCode());
ioEntity.setMailNo(mailNoResponse.getMailNo()); ioEntity.setMailNo(mailNoResponse.getMailNo());
ioEntity.setStatus(30);
String action = finishUnpackRequest.getAction(); String action = finishUnpackRequest.getAction();
...@@ -224,15 +224,9 @@ public class PddLocalController { ...@@ -224,15 +224,9 @@ public class PddLocalController {
notifyRequest.setBizActionDesc("开始拣货"); notifyRequest.setBizActionDesc("开始拣货");
notifyResult.setCode(0); notifyResult.setCode(0);
} else if (action == "finish_pick") { } else if (action == "finish_pick") {
ioEntity.setStatus(40);
notifyRequest.setBizActionDesc("拣货完成"); notifyRequest.setBizActionDesc("拣货完成");
notifyResult.setCode(0); notifyResult.setCode(0);
} else if (action == "finish_unpack") { } else if (action == "finish_unpack") {
ioEntity.setStatus(30);
notifyRequest.setBizActionDesc("拆包完成"); notifyRequest.setBizActionDesc("拆包完成");
notifyRequest.setUnpackRemark(""); notifyRequest.setUnpackRemark("");
notifyResult.setCode(0); notifyResult.setCode(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment