Commit 9335fd06 by leialin

Merge branch 'lal' into 'develop'

提交

See merge request 8timerv2/8timerapiv200!418
parents fa568dc1 bdec7879
...@@ -3044,7 +3044,7 @@ public class ClockInController { ...@@ -3044,7 +3044,7 @@ public class ClockInController {
}else { }else {
if(iscrdk) { if(iscrdk) {
AttSchedule attc = attsch.get(0); AttSchedule attc = attsch.get(0);
if(attc.getDajl().getStatus() == 17 && attc.getDajl().getId() == 888) { if(attc.getDajl().getId() != null && attc.getDajl().getStatus() == 17 && attc.getDajl().getId() == 888) {
attc.getDajl().setId(null); attc.getDajl().setId(null);
attc.getDajl().setSort(null); attc.getDajl().setSort(null);
attc.getDajl().setStatus(null); attc.getDajl().setStatus(null);
......
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