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

Commit 9b57a921 authored by 胡佳晨's avatar 胡佳晨

修改 快递类型需要审核

parent 4861c69e
...@@ -520,6 +520,10 @@ public class PerformanceUtils { ...@@ -520,6 +520,10 @@ 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())) {
log.info("performanceId = " + performanceId + " NEED CHANGE TICKET EXPRESSTYPE");
return true;
}
break; break;
} }
} }
......
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