Commit dbc9a6fc authored by hujun's avatar hujun

用户等级

parent a416e319
......@@ -61,7 +61,9 @@ class AStore extends BaseModel
$agents_data[$k]['id'] = $k;
if ($v['level'] == 20) {
$agents_data[$k]['level'] = 10;
} else {
}
if ($v['level'] == 40){
$agents_data[$k]['level'] = 30;
}
......@@ -85,7 +87,9 @@ class AStore extends BaseModel
$agents_data[$k]['id'] = $k;
if ($v['level'] == 20) {
$agents_data[$k]['level'] = 10;
} else {
}
if ($v['level'] == 40){
$agents_data[$k]['level'] = 30;
}
$agents_data[$k]['store_id'] = $result_id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment