折扣
This commit is contained in:
@@ -360,7 +360,7 @@ class Base extends Model
|
||||
{
|
||||
$table = Redis::get('time_discount:info');
|
||||
if($table) {
|
||||
$table_arr = json_decode($table, true);
|
||||
$table_arr = explode(',', $table);
|
||||
if(is_array($table_arr)) {
|
||||
foreach ($table_arr as $k => $v) {
|
||||
if(!Gateway::getClientCountByGroup(str_replace(':time_discount', '', $v))) {
|
||||
|
||||
Reference in New Issue
Block a user