|
@@ -191,13 +191,13 @@ public class GwFlowController {
|
|
|
|
|
|
|
|
|
}else{
|
|
|
-
|
|
|
+
|
|
|
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());
|