serialize($data)], 'refill-'); }; $writer('channel_names', $channel_names); $writer('merchant_names', $merchant_names); $writer('channel_fast', $channel_fast); $writer('channel_normal', $channel_normal); $writer('merchant', $merchant); $read = rcache($cache_key, 'refill-'); $read = unserialize($read['data']); } public function testdaily_statement_data() { $model_refill_order = Model('refill_order'); $condition['type'] = 'provider'; $condition['time_text'] = '2022-09-01'; // $condition['order_time_type'] = 'notify_time'; // $condition['cid'] = ['in', '319,326,327,234']; $list = $model_refill_order->getOrderStatsListAll($condition, '*', 'time_stamp desc, cname asc'); } }