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