|
|
@ -1516,6 +1516,13 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { |
|
|
|
try { |
|
|
|
try { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(ObjectUtils.isNull(brand)){ |
|
|
|
|
|
|
|
log.info( " 品牌 为null 不执行 后续的代码"); |
|
|
|
|
|
|
|
return ; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
log.info(">>>>>>>>>>>>>>> 文员复核推送 品牌 {} ", brand); |
|
|
|
log.info(">>>>>>>>>>>>>>> 文员复核推送 品牌 {} ", brand); |
|
|
|
|
|
|
|
|
|
|
|
assert brand != null; |
|
|
|
assert brand != null; |
|
|
@ -1557,6 +1564,7 @@ public class DistributionAsyncServiceImpl implements IDistributionAsyncService { |
|
|
|
|
|
|
|
|
|
|
|
//....工厂
|
|
|
|
//....工厂
|
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|
|
|
|
|
log.error("sendReviewFactory ",e); |
|
|
|
throw new RuntimeException(e); |
|
|
|
throw new RuntimeException(e); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|