|
|
@@ -116,6 +116,7 @@ class DecPackageForm extends Model
|
|
|
$model->AMOUNT = $this->amount;
|
|
|
$model->PV = $this->amountPv;
|
|
|
$model->LEVEL_ID = $this->levelId;
|
|
|
+ $model->CATE_ID = 1;
|
|
|
$model->PACKAGE_CONTENT = $this->packageContent;
|
|
|
$model->STORE_NUMS = $this->storenums;
|
|
|
$model->SORT = $this->sort;
|