Commit 97ef61d8 by 徐高华

核销文案

parent 26a55955
...@@ -257,7 +257,7 @@ public class GicOrderController { ...@@ -257,7 +257,7 @@ public class GicOrderController {
logger.info("订单信息={}", JSON.toJSONString(ret, true)); logger.info("订单信息={}", JSON.toJSONString(ret, true));
if (ret.isSuccess()) { if (ret.isSuccess()) {
if(detail.getOrderInfo().getOrderStep()==4 && null != detail.getOrderInfo().getDeliveryOptType() if(detail.getOrderInfo().getOrderStep()==4 && null != detail.getOrderInfo().getDeliveryOptType()
&& Arrays.asList(1,2).contains(detail.getOrderInfo().getDeliveryOptType())) { && !Arrays.asList(1,2).contains(detail.getOrderInfo().getDeliveryOptType())) {
logger.info("提货码已核销={}", writeOffCode); logger.info("提货码已核销={}", writeOffCode);
return RestResponse.failure("9999", "提货码已核销"); return RestResponse.failure("9999", "提货码已核销");
} }
......
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