dbmsv4 init...3

This commit is contained in:
최준흠 2025-12-22 09:19:27 +09:00
parent 2230998b0f
commit 997dfd9973
3 changed files with 21 additions and 21 deletions

View File

@ -67,7 +67,7 @@ class ServiceController extends CustomerController
if (!$billing_at) {
throw new RuntimeException(static::class . '->' . __FUNCTION__ . "에서 오류발생: 결제일이 정의되지 않았습니다.");
}
$entity = $this->service->modify($uid, ['billing_at' => $billing_at]);
$entity = $this->service->updateBillingAt($uid, $billing_at);
$this->addViewDatas('entity', $entity);
return $this->action_redirect_process('info', static::class . '->' . __FUNCTION__ . "에서 {$this->getTitle()} 결제일 변경이 완료되었습니다.");
} catch (\Throwable $e) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long