This commit is contained in:
小鱼开发
2026-03-18 10:26:09 +08:00
parent a4c07f557f
commit b29aa871f5
@@ -4,7 +4,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
class Auto_product_setting_model extends HD_Model
{
private $table_name = 'lc_auto_product_setting';
private $cacheKey = 'PRODUCT_SETTING_%d_%s';
private $cacheKey = 'PRODUCTS_SETTING_%d_%s';
public function __construct()
{