进件查询问题
This commit is contained in:
@@ -75,7 +75,7 @@ public class EntryManagerMqListener {
|
||||
ThreadContext.put("traceId", String.valueOf(shopId));
|
||||
log.info("进件2MQ对接开始shopId:{}", msg);
|
||||
// 安全转换shopId
|
||||
AggregateMerchantVO entry = shopDirectMerchantService.getEntry(shopId, split[1]);
|
||||
AggregateMerchantVO entry = shopDirectMerchantService.getEntry(shopId);
|
||||
log.info("进件3MQ对接开始shopId:{}", msg);
|
||||
if (entry != null) {
|
||||
EntryManager.uploadParamImage(entry);
|
||||
|
||||
Reference in New Issue
Block a user