Commit 8f017ff3 by lal Committed by chenzg

提交

parent 2fe03523
......@@ -77,6 +77,7 @@ import cn.timer.api.bean.yggl.YgglMainEmp;
import cn.timer.api.config.Initialization.StaticVariable;
import cn.timer.api.config.annotation.CurrentUser;
import cn.timer.api.config.annotation.UserBean;
import cn.timer.api.controller.kqgl.atttimer.RealTimeUpdate;
import cn.timer.api.dao.kqgl.AttGroupBinPunchModeMapper;
import cn.timer.api.dao.kqgl.AttendanceGroupMapper;
import cn.timer.api.dao.kqgl.AttendanceMachineMapper;
......@@ -1291,6 +1292,8 @@ public class AttController {
return ResultUtil.data(tesulist);
}
@Autowired
private RealTimeUpdate realtimeupdate;
/**
* 修改考勤基本信息
......@@ -1551,6 +1554,12 @@ public class AttController {
}
try {
realtimeupdate.AttendanceTask(userBean.getOrgCode(), attgrpid, 1,null);
} catch (ParseException e) {
e.printStackTrace();
}
// if (shiftmanagementservice.updateByPrimaryKeySelective(shif) > 0) {
return ResultUtil.data(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