mac vor 2 Wochen
Ursprung
Commit
4d1e8f73b5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app/business/WithdrawBusiness.php

+ 1 - 1
app/business/WithdrawBusiness.php

@@ -278,7 +278,7 @@ class WithdrawBusiness
                         if($param['mold']==111){
                             $query->whereIn('type', [10, 16, 17, 18]);
                         }elseif ($param['mold']==222){
-                            $query->whereIn('type', [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 19, 55]);
+                            $query->whereIn('type', [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 19, 55,24,25]);
                         }else{
                             $query->where('type', $param['mold']);
                         }