zqwang há 1 ano atrás
pai
commit
6442d60550
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Modules/Product/Models/Product.php

+ 1 - 1
app/Modules/Product/Models/Product.php

@@ -11,7 +11,7 @@ class Product extends Model
 
     public static function getChargeProduct($template_type)
     {
-        return self::whereIn('products.type', ['TICKET_RECHARGE', 'YEAR_ORDER',"MONTH_ORDER", "",'NEW_USER'])
+        return self::whereIn('products.type', ['TICKET_RECHARGE', 'YEAR_ORDER',"MONTH_ORDER", "QUARTER",'NEW_USER'])
             ->where('is_enabled', 1)
             ->where('template_type', $template_type)
             ->select(