1
This commit is contained in:
parent
a917702284
commit
bb222476b1
@ -10,6 +10,7 @@ class DynData extends BaseModel {
|
|||||||
public static function preload()
|
public static function preload()
|
||||||
{
|
{
|
||||||
if (is_null(self::$dynData)) {
|
if (is_null(self::$dynData)) {
|
||||||
|
self::$lastAccountId = myself()->_getAccountId();
|
||||||
self::$dynData = array();
|
self::$dynData = array();
|
||||||
$rows = SqlHelper::ormSelect(
|
$rows = SqlHelper::ormSelect(
|
||||||
myself()->_getSelfMysql(),
|
myself()->_getSelfMysql(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user