Commit e274bd2b by leialin

Merge branch 'lal' into 'develop'

Lal

See merge request 8timerv2/8timerapiv200!335
parents 9b413944 88e9e36c
......@@ -1420,6 +1420,7 @@ public class CrmController {
crmClientData.setClientUrl(clientUrl);
crmClientData.setClientEmail(clientEmail);
crmClientData.setAddress(clientAddress);
crmClientData.setOrgCode(orgCode);
crmClientData.insert();
Integer cid = crmClientData.getId();
......
......@@ -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