提交 28690351 authored 作者: chengye's avatar chengye

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

上级 b3f7e994
......@@ -21,7 +21,7 @@ class opensupplierClassAction extends openapiAction
$where = ' where ';
if(!empty($post['email'])){
m('log')->addlogs('供应商接口调用', 'list: email '.$post['email'].'count '.$post['count'] , 2);
m('log')->addlogs('供应商接口调用', 'list: email '.$post['email'].'count '.$post['count'] , 1);
$user = $this->db->getone('oa_userinfo', 'email = \''.$post['email'].'\'');
$where = ' deptname = '.$user['deptname'];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论