shish 1 год назад
Родитель
Сommit
cbb9d6bf89
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      console/controllers/RefundController.php

+ 0 - 1
console/controllers/RefundController.php

@@ -76,7 +76,6 @@ class RefundController extends Controller
         set_time_limit(0);
         $query = new \yii\db\Query();
         $query->from(RefundOrder::tableName());
-        $query->where(['ptStyle' => 2]);
         foreach ($query->batch(10) as $batch) {
             foreach ($batch as $refund) {
                 print_r($refund);