记得上下班打卡 | git大法好,push需谨慎

Commit 13976683 authored by 胡佳晨's avatar 胡佳晨

修改 提交审核bug

parent 238ad782
...@@ -401,7 +401,7 @@ public class PerformanceUtils { ...@@ -401,7 +401,7 @@ public class PerformanceUtils {
//快递相关 //快递相关
KylinTicketExpressModuleVo moduleVo = redisSlimeUtils.getTEMMerchantVo(tickets.getTicketsId()); KylinTicketExpressModuleVo moduleVo = redisSlimeUtils.getTEMMerchantVo(tickets.getTicketsId());
if (moduleVo != null) { if (moduleVo != null && moduleVo.getProduceCodeList().size() != 0) {
redisSlimeUtils.setTEMMerchantVo(tickets.getTicketsId(), moduleVo); redisSlimeUtils.setTEMMerchantVo(tickets.getTicketsId(), moduleVo);
del9.add(new Object[]{tickets.getTicketsId(), updatedAt}); del9.add(new Object[]{tickets.getTicketsId(), updatedAt});
for (ExpressModuleVo mVo : moduleVo.getProduceCodeList()) for (ExpressModuleVo mVo : moduleVo.getProduceCodeList())
......
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