This commit is contained in:
make
2025-11-13 18:02:55 +08:00
parent a18222deac
commit bee4801d80
2 changed files with 3 additions and 3 deletions

View File

@@ -19,10 +19,10 @@ class GuangGaoModel extends BaseModel
static public function getAdByCache($strGGFZCode, $intLimit = 10, $strSort = 'asc')
{
self::$arrGuangGao = [];
// self::$arrGuangGao = [];
if (self::$arrGuangGao == []) {
self::$arrGuangGao = Cache::get('GuangGao');
self::$arrGuangGao = [];
// self::$arrGuangGao = [];
if (empty(self::$arrGuangGao)) {
self::flushCache();
self::$arrGuangGao = Cache::get('GuangGao');