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

oa付款单

上级 ad6da6c3
...@@ -220,7 +220,9 @@ class flow_finfybxClassModel extends flowModel ...@@ -220,7 +220,9 @@ class flow_finfybxClassModel extends flowModel
//查询流程为财务确认 //查询流程为财务确认
$checkid=$this->rs['id']; $checkid=$this->rs['id'];
$whereid='select c.id,f.mid from [Q]fininfom as c left join [Q]flow_bill as f on c.id=f.mid where f.nowcheckid =990 and c.id='.$checkid; $whereid='select c.id,f.mid from [Q]fininfom as c left join [Q]flow_bill as f on c.id=f.mid where f.nowcheckid =990 and c.id='.$checkid;
$datacheckid = $this->db->getall($whereid); $datacheckid = $this->db->getall($whereid);
var_dump($datacheckid);die;
if($datacheckid){ if($datacheckid){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论