Commit 1c95dc18 by 罗承锋

修改配送状态

parent 662cd333
......@@ -85,7 +85,7 @@ public class OrderTask {
// 未获取到需要的状态不做更新
if ("待配送".equals(json.get("stateName")) || "物流配送中".equals(json.get("stateName"))
|| "配送成功".equals(json.get("stateName")) || "归档".equals(json.get("stateName"))) {
|| "配送成功【待收费】".equals(json.get("stateName")) || "归档".equals(json.get("stateName"))) {
orderHistory.setStatus("审核通过,等待配送");
orderHistoryMapper.insert(orderHistory);
......
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