|
@@ -138,7 +138,7 @@ class CustomController extends Controller
|
|
|
if (empty($customList)) {
|
|
if (empty($customList)) {
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
- print_r($customList);die;
|
|
|
|
|
|
|
+
|
|
|
foreach ($customList as $customer) {
|
|
foreach ($customList as $customer) {
|
|
|
|
|
|
|
|
$connection = Yii::$app->db;
|
|
$connection = Yii::$app->db;
|