Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/hyp-web/commit/1c550a1acb738265687cf4cd2a8be2809a04a957 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix:添加用户id

dev
wangxy 12 months ago
parent c7abb39cdb
commit 1c550a1acb

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

Loading…
Cancel
Save