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