shish преди 1 година
родител
ревизия
31f3dc3f32
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      console/controllers/BalanceChangeController.php

+ 1 - 1
console/controllers/BalanceChangeController.php

@@ -28,7 +28,7 @@ class BalanceChangeController extends Controller
                 $shopId = $shop['id'] ?? 0;
                 $shopId = $shop['id'] ?? 0;
                 $sjId = $shop['sjId'] ?? 0;
                 $sjId = $shop['sjId'] ?? 0;
                 CustomDebtChangeClass::updateByCondition(['sjId' => $sjId], ['shopId' => $shopId]);
                 CustomDebtChangeClass::updateByCondition(['sjId' => $sjId], ['shopId' => $shopId]);
-                echo $sjId;die;
+                echo $sjId.' '.$shopId;die;
             }
             }
         }
         }
     }
     }