|
|
@ -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){
|
|
|
|