|
@@ -844,7 +844,7 @@ class OrderService extends BaseService
|
|
|
->where('status', '<=', 5)
|
|
->where('status', '<=', 5)
|
|
|
->where('refund_status', '<=', 0)
|
|
->where('refund_status', '<=', 0)
|
|
|
->count('id');
|
|
->count('id');
|
|
|
- var_dump($data);
|
|
|
|
|
|
|
+ var_dump(['user_id' => $userId, 'meal_type' => $mealType, 'mark' => 1]);
|
|
|
if ($data) {
|
|
if ($data) {
|
|
|
RedisService::set($cacheKey, $data, rand(5, 10));
|
|
RedisService::set($cacheKey, $data, rand(5, 10));
|
|
|
}
|
|
}
|