提交 b9d2aaa5 authored 作者: fengzy's avatar fengzy

'调整emfk'

上级 52d1fc40
...@@ -182,7 +182,7 @@ class openemfkClassAction extends openapiAction ...@@ -182,7 +182,7 @@ class openemfkClassAction extends openapiAction
public function listAction(){ public function listAction(){
$sql = 'select id,fbillno,status from [Q]oa_c_emfk where status=0 and fbillno is NOT null'; $sql = 'select id,fbillno,status from [Q]c_emfk where status=0 and fbillno is NOT null';
$dataarr = $this->db->getall($sql); $dataarr = $this->db->getall($sql);
return $this->showreturn([], $dataarr, '201'); return $this->showreturn([], $dataarr, '201');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论