|
@@ -1492,18 +1492,18 @@ public class TPssrApproveController extends BaseController {
|
|
TStaffmgr tStaffmgr = new TStaffmgr();
|
|
TStaffmgr tStaffmgr = new TStaffmgr();
|
|
tStaffmgr.setActualposts("24");//装置经理
|
|
tStaffmgr.setActualposts("24");//装置经理
|
|
tStaffmgr.setDeptId(103L);
|
|
tStaffmgr.setDeptId(103L);
|
|
- for (SysUser user : userService.selectUserPost(tStaffmgr)) {
|
|
|
|
|
|
+ for (SysUser user : userService.selectUserPostPssr(tStaffmgr)) {
|
|
aboveall.setPlantMgr(user.getUserId());
|
|
aboveall.setPlantMgr(user.getUserId());
|
|
aboveall.setConfirm(user.getUserId().toString());
|
|
aboveall.setConfirm(user.getUserId().toString());
|
|
}
|
|
}
|
|
|
|
|
|
tStaffmgr.setActualposts("40");//ctm经理
|
|
tStaffmgr.setActualposts("40");//ctm经理
|
|
- for (SysUser user : userService.selectUserPost(tStaffmgr)) {
|
|
|
|
|
|
+ for (SysUser user : userService.selectUserPostPssr(tStaffmgr)) {
|
|
aboveall.setCtmMgr(user.getUserId());
|
|
aboveall.setCtmMgr(user.getUserId());
|
|
}
|
|
}
|
|
|
|
|
|
tStaffmgr.setActualposts("42");//cta经理
|
|
tStaffmgr.setActualposts("42");//cta经理
|
|
- for (SysUser user : userService.selectUserPost(tStaffmgr)) {
|
|
|
|
|
|
+ for (SysUser user : userService.selectUserPostPssr(tStaffmgr)) {
|
|
aboveall.setCtaMgr(user.getUserId());
|
|
aboveall.setCtaMgr(user.getUserId());
|
|
}
|
|
}
|
|
List<String> executor = new ArrayList<>();
|
|
List<String> executor = new ArrayList<>();
|