dbmsv4 init...3
This commit is contained in:
parent
3de5fd617b
commit
a0724e5d0f
@ -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(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user