设置价格 折扣-1-3

This commit is contained in:
“wanyongkang”
2021-04-20 17:19:13 +08:00
parent 053ebefd56
commit 07bb61107b

View File

@@ -257,7 +257,7 @@ class Userinfo extends Controller
$agent_id = $this->userinfo['OperaterID'];
$agent_info = $agent_user_model->getOne(['id'=>$agent_id]);
$list = $discount_model->getList(['Id'=>['>',$agent_info['discount_id']]]);
$list = $discount_model->getList(['Id'=>['<',$agent_info['discount_id']]]);
$info = [
'Code' => 10000,
'Data' => $list,