提交 89978a50 编写于 作者: zhouweidong's avatar zhouweidong

工作流待阅

上级 153fde9b
...@@ -1815,7 +1815,7 @@ public class WFCoreService ...@@ -1815,7 +1815,7 @@ public class WFCoreService
* @param taskWay * @param taskWay
*/ */
public boolean readTask(String system, String appname, String entity, String businessKey, String taskId, WFTaskWay taskWay) { public boolean readTask(String system, String appname, String entity, String businessKey, String taskId, WFTaskWay taskWay) {
String userId="450000-0002"; String userId=AuthenticationUser.getAuthenticationUser().getUserid();
if(StringUtils.isEmpty(userId)) if(StringUtils.isEmpty(userId))
throw new BadRequestAlertException("未传入当前用户",entity,businessKey); throw new BadRequestAlertException("未传入当前用户",entity,businessKey);
if(StringUtils.isEmpty(taskId)){ if(StringUtils.isEmpty(taskId)){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册