Commit d20d6798 by zhiheng.zhang

添加打印日志

parent 9f0915b2
......@@ -933,6 +933,7 @@ public class OrderServiceImpl implements Orderservice {
String progress = "0" ; //进度
JSONObject storeJsonObject = JSONObject.parseObject(storeResponseDto.getConfiguration());
StoreResponse.Configuration configuration = storeJsonObject.toJavaObject(StoreResponse.Configuration.class);
log.info("StoreResponse.Configuration {}",JSONObject.toJSONString(configuration));
Integer orderProgressBarStatus = configuration.getOrderProgressBarStatus();; //默认关闭
//订单状态为已接单并且无售后单展示进度条
if(OrderStatus.RECEIPT.getCode() == orderBean.getStatus() && null == orderBean.getAfterSalesOrderResp()) {
......
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