|
|
@@ -85,6 +85,8 @@ class ProductController extends BaseController
|
|
|
$info = ProductClass::getById($id, true);
|
|
|
ProductClass::check($info, $this->mainId);
|
|
|
$info->discountPrice = 0;
|
|
|
+ $info->skDiscountPrice = 0;
|
|
|
+ $info->hjDiscountPrice = 0;
|
|
|
$info->save();
|
|
|
util::complete();
|
|
|
}
|