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

测试付款单

上级 8e135592
...@@ -68,7 +68,8 @@ class flow_oafkClassModel extends flowModel ...@@ -68,7 +68,8 @@ class flow_oafkClassModel extends flowModel
$sql = " cost_id='$cbzx_code' and status = 1 and is_default=1"; $sql = " cost_id='$cbzx_code' and status = 1 and is_default=1";
$cost = m('c_fund_account')->getone($sql, 'id,account_balance,freeze_amount');//查询账户表成本中心id $cost = m('c_fund_account')->getone($sql, 'id,account_balance,freeze_amount');//查询账户表成本中心id
$id=$cost['id']; $id=$cost['id'];
echo "<pre>";
var_dump($cost);die;
$c_withhold = array( $c_withhold = array(
'fund_account_id' => $id, 'fund_account_id' => $id,
'docnum' => $this->rs['docnum'], 'docnum' => $this->rs['docnum'],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论