cfmgrv3 init...3

This commit is contained in:
최준흠git config git config --helpgit config --global user.name 최준흠 2023-06-24 11:32:47 +09:00
parent ba095b51be
commit 1579fcf617

View File

@ -304,7 +304,7 @@ class CommonController extends BaseController
Log::add("warning", "{$uid}에 해당하는 다음 이유로 수정되지 않았습니다.\n<br>" . $e->getMessage());
}
}
$message = "총: " . count($uids) . "개의 수정(Batchjob)을 완료하였습니다.";
$message = "총: " . count($entitys) . "개의 수정(Batchjob)을 완료하였습니다.";
Log::save("{$this->_viewDatas['title']} {$message}");
return alert_CommonHelper($message, session()->get(RETURN_URL));
} catch (\Exception $e) {