提交 06f52b8c authored 作者: chengye's avatar chengye

test

上级 68175af8
...@@ -28,7 +28,7 @@ class mode_assetmuseClassAction extends inputAction{ ...@@ -28,7 +28,7 @@ class mode_assetmuseClassAction extends inputAction{
} }
public function getassetmnumbAjax(){ public function getnumAjax(){
$numb = $this->post('numb'); $numb = $this->post('numb');
$data = m('assetm')->getone('id = '.$numb,"title,price,buydt,CONCAT('型号:',`model_type`,' 机器编号:',IFNULL(`model_id`,' 未知 '),' 处理器(CPU):',IFNULL(`model_cpu`,' 未知 '),' 内存:',IFNULL(`model_ram`,' 未知 '),' 硬盘:',IFNULL(`model_hdd`,' 未知 '),' 显卡:',IFNULL(`model_vc`,'集成显卡'),' 操作系统:',IFNULL(`model_os`,' 未知 ')) as info"); $data = m('assetm')->getone('id = '.$numb,"title,price,buydt,CONCAT('型号:',`model_type`,' 机器编号:',IFNULL(`model_id`,' 未知 '),' 处理器(CPU):',IFNULL(`model_cpu`,' 未知 '),' 内存:',IFNULL(`model_ram`,' 未知 '),' 硬盘:',IFNULL(`model_hdd`,' 未知 '),' 显卡:',IFNULL(`model_vc`,'集成显卡'),' 操作系统:',IFNULL(`model_os`,' 未知 ')) as info");
$this->returnjson($data); $this->returnjson($data);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论