修改分组价格设置
This commit is contained in:
parent
04b98e4b63
commit
e063fcfe7f
@ -105,7 +105,7 @@ class StoreProductGroupPriceLogic extends BaseLogic
|
||||
{
|
||||
$arr=StoreProductGroupPrice::where('product_id',$params['product_id'])->select()->toArray();
|
||||
$purchase=StoreProduct::where('id',$params['product_id'])->value('purchase');
|
||||
$arr_two=UserShip::where('id','>',4)->select()->toArray();
|
||||
$arr_two=UserShip::where('id','>',0)->select()->toArray();
|
||||
$arr_two[] = ['id' => 100001, 'title' => '供货价'];
|
||||
$arr_two[] = ['id' => 100002, 'title' => '零售价'];
|
||||
foreach ($arr_two as $k=>$v){
|
||||
|
Loading…
x
Reference in New Issue
Block a user