|
@@ -453,7 +453,7 @@ class Api extends BaseController {
|
|
|
$file = Db::table("new_talent_file")->where($where)->findOrEmpty();
|
|
|
|
|
|
if (!TalentApi::checkIsEditable($file["mainId"]))
|
|
|
- return json(["msg" => "当前状态不能删除"]);
|
|
|
+ return json(["msg" => "当前状态不能删除或者文件已删除,请刷新重试。"]);
|
|
|
if ($this->chkIsFileOwner($file["mainId"], $file["type"])) {
|
|
|
if(!empty($file["url"])){
|
|
|
$filepath = "storage/" . $file["url"];
|