|
|
@ -204,6 +204,7 @@ public class ClockingInService implements IClockingInService { |
|
|
|
//驳回
|
|
|
|
if (1 == params.getType()) { |
|
|
|
ProClockingIn proClockingIn = new ProClockingIn(); |
|
|
|
proClockingIn.setId(params.getId()); |
|
|
|
if (ObjectUtil.isNotNull(params.getMorning())) { |
|
|
|
proClockingIn.setMorningStatus((byte)2); |
|
|
|
} |
|
|
|