ordersMapper.updateById(updateObj);
This commit is contained in:
parent
61f0848fad
commit
203bb87b66
|
@ -84,7 +84,7 @@ public class HaiNanDxApiDealStrategy implements ApiDealStrategy {
|
|||
|
||||
createParam.setOrderLogisticInfo(orderLogisticInfo);
|
||||
createParam.setOrderBusiInfo(orderBusiInfo);
|
||||
if (skuConfigVO != null && StringUtils.isNotEmpty(skuConfigVO.getConfig())) {
|
||||
if (StringUtils.isNotEmpty(skuConfigVO.getConfig())) {
|
||||
String config = skuConfigVO.getConfig();
|
||||
JSONObject configs = JSON.parseObject(config);
|
||||
|
||||
|
|
Loading…
Reference in New Issue