Commit aa7f0ceb by ping.wu

Merge branches 'feature/20211117_去除使用Pair代码_wuping' and 'qa' of…

Merge branches 'feature/20211117_去除使用Pair代码_wuping' and 'qa' of http://gitlab.freemud.com/order-group-application/order-group into qa
parents 44837ce5 872f0df0
......@@ -144,6 +144,7 @@ public class OrderSdkAdapter {
var1.setReason(reason);
var1.setOrderClient(Integer.parseInt(orderBean.getOrderClient()));
var1.setPartnerId(orderBean.getCompanyId());
var1.setStoreId(orderBean.getShopId());
if (orderBean.getGmtExpect() != null && orderBean.getGmtExpect() != 0) {
var1.setExpectTime(cn.freemud.base.util.DateUtil.convert2String(new Date(orderBean.getGmtExpect()), cn.freemud.base.util.DateUtil.FORMAT_YYYY_MM_DD_HHMMSS));
}
......
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