|
|
@@ -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);
|