daili价格调整

This commit is contained in:
“wanyongkang”
2021-05-11 15:36:35 +08:00
parent 0bd6e47b15
commit 6aafe01f59

View File

@@ -309,7 +309,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']]],'*','id asc');
$info = [
'Code' => 10000,
'Data' => $list,