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

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

正在下单 admin配置

parent 3c5dd39b
...@@ -520,7 +520,7 @@ public class PerformanceUtils { ...@@ -520,7 +520,7 @@ public class PerformanceUtils {
log.info("performanceId = " + performanceId + " NEED CHANGE TICKET DESCRIBES"); log.info("performanceId = " + performanceId + " NEED CHANGE TICKET DESCRIBES");
return true; return true;
} }
if (!ticketVo.getExpressType().equals(ticketPartnerVo.getExpressType())) { if (!ticketVo.getExpressType().equals(ticketPartnerVo.getExpressType()) && !(ticketVo.getExpressType() == 0 && ticketPartnerVo.getExpressType() == null)) {
log.info("performanceId = " + performanceId + " NEED CHANGE TICKET EXPRESSTYPE"); log.info("performanceId = " + performanceId + " NEED CHANGE TICKET EXPRESSTYPE");
return true; return true;
} }
......
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