修改取消投递报错问题

This commit is contained in:
sh
2026-06-02 20:20:22 +08:00
parent 7e00356b7f
commit 8237cb774f
2 changed files with 2 additions and 1 deletions

View File

@@ -327,6 +327,7 @@ public class AppJobController extends BaseController
return toAjax(jobApplyService.applyJobCencal(apply));
}catch (Exception e){
e.printStackTrace();
return error("取消投递失败,请稍后重试");
}
}