fix:参数类型查询权限

dev
wangxy 12 months ago
parent c5f2ad6a04
commit b380d7860e

@ -140,7 +140,7 @@ public class FileRelationController extends BaseController {
return toAjax(fileRelationManager.filePass(applyId,fileCode,fileState)); return toAjax(fileRelationManager.filePass(applyId,fileCode,fileState));
} }
@ApiOperation("材料审核") @ApiOperation("材料审核通过id")
@GetMapping("/pass") @GetMapping("/pass")
public AjaxResult pass(@RequestParam String fileId, public AjaxResult pass(@RequestParam String fileId,
@RequestParam Integer fileState){ @RequestParam Integer fileState){

Loading…
Cancel
Save