shish 4 lat temu
rodzic
commit
6f79dbd7fe
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      app-ghs/controllers/CustomLevelController.php

+ 8 - 0
app-ghs/controllers/CustomLevelController.php

@@ -17,6 +17,14 @@ class CustomLevelController extends BaseController
             $data = [
                 'sjId' => $this->sjId,
                 'shopId' => $this->shopId,
+                'qtNum' => 200,
+                'qtAmount' => 10000,
+                'byNum' => 500,
+                'byAmount' => 50000,
+                'hjNum' => 1000,
+                'hjAmount' => 300000,
+                'zsNum' => 5000,
+                'zsAmount' => 1800000
             ];
             CustomLevelClass::add($data, true);
             $info = CustomLevelClass::getByCondition(['shopId' => $this->shopId]);