north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java
@@ -252,4 +252,14 @@ @PathVariable Date selectTime2) { return Result.seccess(flowCardService.selectPrintFlowCard(selectTime1, selectTime2)); } @ApiOperation("修改是否打印状态") @PostMapping("/updatePrintState/{printState}") public Result updatePrintState( @PathVariable Integer printState, @RequestBody Map<String, Object> object ) { return Result.seccess(flowCardService.updatePrintStateSv(printState,object)); } }