|
|
@@ -180,7 +180,6 @@ class ShopGoodsForm extends Model
|
|
|
$shopGoods->SORT = $this->sort;
|
|
|
$shopGoods->CATE_ID = $this->type;
|
|
|
$shopGoods->CREATED_AT = Date::nowTime();
|
|
|
- LoggerTool::info($shopGoods);
|
|
|
if (!$shopGoods->save()) {
|
|
|
throw new Exception(Form::formatErrorsForApi($shopGoods->getErrors()));
|
|
|
}
|