Commit 491dac4d by ilal Committed by chenzg

提交

parent 0676b6f2
......@@ -3044,7 +3044,7 @@ public class ClockInController {
}else {
if(iscrdk) {
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().setSort(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