@@ -957,7 +957,7 @@ class OrderController extends Controller
//判断生日礼
$birth_time = date('m', strtotime($customer_info->birthday));
$tom = date('m');
- if($tom==$birth_stime){
+ if($tom==$birth_time){
//生日期内,判断是否已领
$if_b_gift = DB::table('customer_gift_receives')->where('phone', $phone)->where('is_del',0)->where('gift_type', 1)->where('dtime', '>=', $mtime)->first();
if(empty($if_b_gift)){