@@ -368,6 +368,11 @@ public class BillFlowRestController {
}
+ /**
+ * 查看当前流程的所有节点信息
+ * @param billId
+ * @return
+ */
@GetMapping(value = "/approval/getHistory",produces = "application/json;charset=utf-8")
public R<List<BillApprovalHistoryVO>> getHistory(
@RequestParam(value = "billId") long billId