|
@@ -191,13 +191,13 @@ public class GwFlowController {
|
|
|
|
|
|
//3、此时是局领导、或科室领导审核提交的时候
|
|
|
}else{
|
|
|
- //需要判断会签是否结束,结束的时候需要新增一条到办公室主任的待办
|
|
|
+ //需要判断会签是否结束,结束的时候需要新增一条到办公室主任的待办(2024-4-9改为办公室管理员)
|
|
|
int count=gwFlowService.isEnd(gwFlowDTO.getGwId());
|
|
|
if(count==0){
|
|
|
GwFlowDTO gwFlowDTOn=new GwFlowDTO();
|
|
|
gwFlowDTOn.setGwId(gwFlowDTO.getGwId());
|
|
|
gwFlowDTOn.setState("1");
|
|
|
- UserDTO userDTO3=userService.getUserByLoginName("bgszr","10000");
|
|
|
+ UserDTO userDTO3=userService.getUserByLoginName("bgsgly","10000");
|
|
|
gwFlowDTOn.setCreateBy(userDTO3);
|
|
|
gwFlowDTOn.setUpdateBy(userDTO3);
|
|
|
gwFlowDTOn.setCreateTruename(userDTO.getName());
|