[修改] 组织管理 删除id 用org_code
This commit is contained in:
+3
-3
@@ -153,9 +153,9 @@ public class ActivitDefineController {
|
||||
String id = jsonObject.getString("id");
|
||||
String userId = jsonObject.getString("loginUserId");
|
||||
String bpnId = jsonObject.getString("bpnId");
|
||||
String reportId = jsonObject.getString("reportId");
|
||||
Object dataMsg = jsonObject.get("dataMsg");
|
||||
Object approveData =jsonObject.get("approveData");
|
||||
// String reportId = jsonObject.getString("reportId");
|
||||
// Object dataMsg = jsonObject.get("dataMsg");
|
||||
// Object approveData =jsonObject.get("approveData");
|
||||
|
||||
// 创建查询对象
|
||||
ProcessDefinitionQuery processDefinitionQuery = repositoryService.createProcessDefinitionQuery();
|
||||
|
||||
Reference in New Issue
Block a user