cfmgrv3 init...3
This commit is contained in:
parent
12a9743fb9
commit
1475eb3ba9
@ -185,7 +185,7 @@ class CommonController extends BaseController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->_viewDatas['fieldDatas'] = $fieldDatas;
|
$this->_viewDatas['fieldDatas'] = $fieldDatas;
|
||||||
if ($entity->hasChanged()) {
|
if (!$entity->hasChanged()) {
|
||||||
throw new \Exception("새로 변경된 값이 없습니다." . var_export($logs, true));
|
throw new \Exception("새로 변경된 값이 없습니다." . var_export($logs, true));
|
||||||
}
|
}
|
||||||
//변경할 값 확인
|
//변경할 값 확인
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user