Commit 694237db authored by 董先生's avatar 董先生

持仓列表

parent 7e699245
......@@ -58,7 +58,7 @@ class Index extends Common
$map['title'] = ['like', "%$key%"];
}
$map['status'] = 1;
$data=Db::name('stock_list')->field('code,title,pinyin')->where($map)->limit(10)->select();
$data=Db::name('stock_list')->field('code,title,pinyin,market')->where($map)->limit(10)->select();
if (!$data) {
return json(['data' => $data, 'status' => 0, 'message' => '操作失败']);
......
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