Commit 1a079ea8 authored by zhangsen's avatar zhangsen

按钮控制问题处理

parent 3141c2d4
......@@ -685,7 +685,7 @@ public class CommonServiceImpl implements ICommonService {
String[] roleIds = model.getRoutePath().split("roleIds=");
String[] userIds = roleIds[1].split("userId");
model.setRoutePath( roleIds[0]+"roleIds="+"烦不烦"+"userId"+userIds[1]);
model.setRoutePath( roleIds[0]+"roleIds="+"烦不烦"+"&userId"+userIds[1]);
Systemctl.taskV2Client.update(model, model.getSequenceNbr());
//修改model并返回 用于组装新待办
model.setEndUserId(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