Commit 369861bd by 徐高华

test

parent 723f5d2a
......@@ -358,7 +358,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
mqName = "dealQywxExternalUserMq2";
}
try {
instance.sendMessage(mqName, JSONObject.toJSONString(dealQywxExternalUserPojo),60);
instance.sendMessage(mqName, JSONObject.toJSONString(dealQywxExternalUserPojo),180);
} catch (Exception e) {
log.info("异步处理异常:{}", e);
}
......
......@@ -600,7 +600,7 @@ public class MessageApiServiceImpl implements MessageApiService {
return com.gic.api.base.commons.ServiceResponse.failure("9999", "导购查不到");
}
String storeId = clerkDTO.getStoreId();
// 如果是退款收货
// 如果是退款收货/核销门店
if (StringUtils.isNotEmpty(refundStoreId) && !refundStoreId.equals(clerkDTO.getStoreId())) {
log.info("收货门店不是归属门店,store={},{}", refundStoreId, clerkDTO.getStoreId());
storeId = refundStoreId;
......
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