Commit ddf9df16 authored by zhangsen's avatar zhangsen

按钮控制问题处理

parent 059d9fa3
...@@ -688,7 +688,7 @@ public class CommonServiceImpl implements ICommonService { ...@@ -688,7 +688,7 @@ public class CommonServiceImpl implements ICommonService {
// tarUrl+"&executeUserIds=" // tarUrl+"&executeUserIds="
// model.setRoutePath( roleIds[0]+"roleIds="+"55555"+"&userId"+userIds[1]); // model.setRoutePath( roleIds[0]+"roleIds="+"55555"+"&userId"+userIds[1]);
model.setRoutePath(model.getRoutePath().replace("roleIds=","roleIds=55555&fq=").replace("&executeUserIds=","&executeUserIds=88888&eu=")); model.setRoutePath(model.getRoutePath().replace("roleIds=","roleIds=55555&fq="));
Systemctl.taskV2Client.update(model, model.getSequenceNbr()); Systemctl.taskV2Client.update(model, model.getSequenceNbr());
//修改model并返回 用于组装新待办 //修改model并返回 用于组装新待办
model.setEndUserId(null); model.setEndUserId(null);
...@@ -727,7 +727,7 @@ public class CommonServiceImpl implements ICommonService { ...@@ -727,7 +727,7 @@ public class CommonServiceImpl implements ICommonService {
model.setTaskStatusLabel(params.get("taskStatusLabel").toString()); model.setTaskStatusLabel(params.get("taskStatusLabel").toString());
model.setEndUserId(exeUserId); model.setEndUserId(exeUserId);
model.setEndDate(new Date()); model.setEndDate(new Date());
model.setRoutePath(model.getRoutePath().replace("roleIds=","roleIds=55555&fq=").replace("&executeUserIds=","&executeUserIds=88888&eu=")); model.setRoutePath(model.getRoutePath().replace("roleIds=","roleIds=55555&fq="));
Systemctl.taskV2Client.update(model, model.getSequenceNbr()); Systemctl.taskV2Client.update(model, model.getSequenceNbr());
} else { } else {
model = new TaskV2Model(); model = new TaskV2Model();
......
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