修改提示语
This commit is contained in:
parent
f1e1bc366c
commit
583792e616
Binary file not shown.
@ -325,7 +325,7 @@ public class DataViewService extends ActionWeb {
|
||||
ro.put("nodes", UoPProcessMaps);
|
||||
linksMaps = new LinkedList<Map>();
|
||||
ro.put("links", linksMaps);
|
||||
ro.info("您所查询的岗位暂无需执行的流程");
|
||||
ro.info("您所在的组织,暂无配置可发起的流程");
|
||||
|
||||
} else {
|
||||
for (Map uoPProcessMap : UoPProcessMaps) {
|
||||
@ -581,7 +581,7 @@ public class DataViewService extends ActionWeb {
|
||||
ro.put("nodes", UoPProcessMaps);
|
||||
linksMaps = new LinkedList<Map>();
|
||||
ro.put("links", linksMaps);
|
||||
ro.info("您所查询的岗位暂无需执行的流程");
|
||||
ro.info("您所在的组织,暂无配置可发起的流程");
|
||||
|
||||
}
|
||||
}
|
||||
@ -1452,7 +1452,7 @@ public class DataViewService extends ActionWeb {
|
||||
ro.put("nodes", UoPProcessMaps);
|
||||
linksMaps = new LinkedList<Map>();
|
||||
ro.put("links", linksMaps);
|
||||
ro.info("您所查询的岗位暂无需执行的流程");
|
||||
ro.info("您所在的组织,暂无配置可发起的流程");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user