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