|
@@ -724,6 +724,12 @@ public class DeptAssessmentDeclarationController {
|
|
return R.ok().data(list);
|
|
return R.ok().data(list);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 获取流程详情
|
|
|
|
+ *
|
|
|
|
+ * @param instId 实例ID
|
|
|
|
+ * @return 结果
|
|
|
|
+ */
|
|
@GetMapping(value = "processInformation/{instId}")
|
|
@GetMapping(value = "processInformation/{instId}")
|
|
public JSONObject processInformation(@PathVariable String instId) {
|
|
public JSONObject processInformation(@PathVariable String instId) {
|
|
JSONObject json = null;
|
|
JSONObject json = null;
|