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

Commit fdd65a11 authored by 姜秀龙's avatar 姜秀龙

null bug

parent 370c8845
......@@ -495,6 +495,9 @@ public class PerformanceUtils {
log.info("performanceId = " + performanceId + " NEED CHANGE TIMES USE_START");
return true;
}
if (times.getRealNameLimit() == null) {
times.setRealNameLimit(0);
}
if (!times.getRealNameLimit().equals(timesVo.getRealNameLimit())) {
log.info("performanceId = " + performanceId + " NEED CHANGE TIMES RealNameLimit");
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