Commit 80f98759 by ilal Committed by chenzg

提交

parent 7ce227ed
...@@ -3355,6 +3355,7 @@ public class ClockInController { ...@@ -3355,6 +3355,7 @@ public class ClockInController {
.eq(KqglAssoRelationSummary::getAppTime, str)); .eq(KqglAssoRelationSummary::getAppTime, str));
if(trap.size() > 0) { if(trap.size() > 0) {
for(KqglAssoRelationSummary spnsw : trap) { for(KqglAssoRelationSummary spnsw : trap) {
if(spnsw.getApprovalType() != 5) {
TransactionApprovalDto taap = TransactionApprovalDto.builder().build(); TransactionApprovalDto taap = TransactionApprovalDto.builder().build();
if(spnsw.getApprovalType() == 1) { if(spnsw.getApprovalType() == 1) {
...@@ -3398,6 +3399,7 @@ public class ClockInController { ...@@ -3398,6 +3399,7 @@ public class ClockInController {
attdate.setTranappr(tranappr); attdate.setTranappr(tranappr);
} }
}
}else { }else {
attdate.setTranappr(tranappr); attdate.setTranappr(tranappr);
} }
......
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