...
|
...
|
@@ -3392,6 +3392,9 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon |
|
|
|| appraiseOrder.getStatus().equals(Constant.BUYER_ORDER_STATUS_JUDGE_NOT_PASS.getByteVal())
|
|
|
|| appraiseOrder.getStatus().equals(Constant.BUYER_ORDER_STATUS_APPRAISE_UNSURE.getByteVal())) {
|
|
|
AppraiseOrderMeta meta = appraiseOrderMetaMapper.selectAddress(appraiseOrder.getOrderCode());
|
|
|
if(null == meta) {
|
|
|
meta = appraiseOrderMetaMapper.selectByOrderCodeAndMetaKey(appraiseOrder.getOrderCode(), BUYER_ORDER_META_KEY_DELIVERY_ADDRESS);
|
|
|
}
|
|
|
JSONObject metaValue = JSONObject.parseObject(meta.getMetaValue());
|
|
|
buildSfAddressInfo(metaValue, jsonObj, appraiseOrder.getUid());
|
|
|
jsonObj.put("receiverType", "buyer");
|
...
|
...
|
|