Commit 929fc6d7 by zhiheng.zhang

添加满赠类型

parent 9cf5ca17
......@@ -973,7 +973,7 @@ public class OrderServiceImpl implements Orderservice {
}
}
} catch (Exception e) {
log.error("get returnWords error {},StoreResponse.Configuration", e.getMessage(),JSONObject.toJSONString(configuration));
log.error("get returnWords error :{},StoreResponse.Configuration:{}", e.getMessage(),JSONObject.toJSONString(configuration));
}
}
orderBean.setProgress(String.valueOf(progress));
......
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