debug
This commit is contained in:
@@ -19,10 +19,10 @@ class GuangGaoModel extends BaseModel
|
|||||||
|
|
||||||
static public function getAdByCache($strGGFZCode, $intLimit = 10, $strSort = 'asc')
|
static public function getAdByCache($strGGFZCode, $intLimit = 10, $strSort = 'asc')
|
||||||
{
|
{
|
||||||
// self::$arrGuangGao = [];
|
self::$arrGuangGao = [];
|
||||||
if (self::$arrGuangGao == []) {
|
if (self::$arrGuangGao == []) {
|
||||||
self::$arrGuangGao = Cache::get('GuangGao');
|
self::$arrGuangGao = Cache::get('GuangGao');
|
||||||
// self::$arrGuangGao = [];
|
self::$arrGuangGao = [];
|
||||||
if (empty(self::$arrGuangGao)) {
|
if (empty(self::$arrGuangGao)) {
|
||||||
self::flushCache();
|
self::flushCache();
|
||||||
self::$arrGuangGao = Cache::get('GuangGao');
|
self::$arrGuangGao = Cache::get('GuangGao');
|
||||||
|
|||||||
BIN
code/public/static/cover/3d-rou-pu-tuan.webp
Normal file
BIN
code/public/static/cover/3d-rou-pu-tuan.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
Reference in New Issue
Block a user