|
@ -247,6 +247,7 @@ public class ClockingInService implements IClockingInService { |
|
|
if (ObjectUtil.isNotNull(params.getNight())) { |
|
|
if (ObjectUtil.isNotNull(params.getNight())) { |
|
|
proClockingIn.setNightStatus((byte)3); |
|
|
proClockingIn.setNightStatus((byte)3); |
|
|
} |
|
|
} |
|
|
|
|
|
clockingInDao.updateByPrimaryKeySelective(proClockingIn); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|