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

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

Merge branch 'jxlbug' into 'master'

null bug

See merge request !399
parents 370c8845 fdd65a11
......@@ -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