dbmsv4 init...3

This commit is contained in:
최준흠 2025-12-15 15:09:46 +09:00
parent 3de5fd617b
commit a0724e5d0f

View File

@ -225,13 +225,13 @@ abstract class CommonService
$fields = array_keys($formDatas); $fields = array_keys($formDatas);
$this->getFormService()->setFormFields($fields); $this->getFormService()->setFormFields($fields);
$this->getFormService()->setFormRules('modify', $fields); $this->getFormService()->setFormRules('modify', $fields);
// if (static::class === ServerService::class) { if (static::class === PaymentService::class) {
// var_dump($this->getFormService()->getFormRules()); var_dump($this->getFormService()->getFormRules());
// echo "<HR>"; echo "<HR>";
// var_dump($entity->toArray()); var_dump($formDatas);
// echo "<HR>"; dd($entity->toArray());
// dd($formDatas); echo "<HR>";
// } }
// 데이터 검증 // 데이터 검증
if (!$this->getFormService()->validate($formDatas)) { if (!$this->getFormService()->validate($formDatas)) {
throw new ValidationException( throw new ValidationException(