yuxc
2023-12-08 6e9a060403844b37c73d20a13b6d8468fc4a181b
Source/UBCS/ubcs-ops/ubcs-flow/src/main/java/com/vci/ubcs/flow/engine/controller/FlowProcessController.java
@@ -81,11 +81,6 @@
   @GetMapping(value = "model-view")
   public R modelView(String processDefinitionId, String processInstanceId) {
      //test
      //List<Map<String,String>> xml = flowEngineService.getXMLByFlowableName("process_t");
      flowEngineService.updateAssignee(null);
      //test end
      return R.data(flowEngineService.modelView(processDefinitionId, processInstanceId));
   }