提交 8679ec67 authored 作者: chengye's avatar chengye

修改供应商接口满足一次取出所有供应商数据

上级 511a5f0a
......@@ -22,7 +22,7 @@ class opensupplierClassAction extends openapiAction
$where = '';
if(!empty($post['email'])){
$user = $this->db->getone('oa_userinfo', 'email = \''.$post['email'].'\'');
$where = ' where c.department_id = '.$user['deptname'];
$where = ' where c.department_id = \''.$user['deptname'] .'\'';
}
if($post['count'] == 'all')
$sql = 'select id,number,name from [Q]supplier as c '.$where.' order by c.id '.$sort;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论