zqwang %!s(int64=2) %!d(string=hai) anos
pai
achega
6442d60550
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(