Commit 2091c2b4 by lal

提交

parent f70602a8
...@@ -842,11 +842,11 @@ public class KqglServiceImpl implements KqglService { ...@@ -842,11 +842,11 @@ public class KqglServiceImpl implements KqglService {
} }
}else if(attgro.getPbfs() == 2){//自由排班 }else if(attgro.getPbfs() == 2){//自由排班
//未排班时,员工可选择班次打卡 //未排班时,员工可选择班次打卡
if(attgro.getIsXzbcdk() == 1){ // if(attgro.getIsXzbcdk() == 1){
attcar.setOptscheduling(true); // attcar.setOptscheduling(true);
}else{ // }else{
attcar.setOptscheduling(false); // attcar.setOptscheduling(false);
} // }
if(jrpb != null){ if(jrpb != null){
if(jrpb.getBcid() != 0){//有班次时("Bcid"不为0时) if(jrpb.getBcid() != 0){//有班次时("Bcid"不为0时)
KqglAssoBcsz tsrq = KqglAssoBcsz.builder().build().selectOne(new QueryWrapper<KqglAssoBcsz>().lambda().eq(KqglAssoBcsz::getId, jrpb.getBcid())); KqglAssoBcsz tsrq = KqglAssoBcsz.builder().build().selectOne(new QueryWrapper<KqglAssoBcsz>().lambda().eq(KqglAssoBcsz::getId, jrpb.getBcid()));
......
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