提交 0206ce9d authored 作者: fengzy's avatar fengzy

费用报销test

上级 0a7e96cf
......@@ -253,7 +253,7 @@ class flow_finfybxClassModel extends flowModel
$cost = m('c_fund_account')->getone($sql, 'id,type,name,freeze_amount,account_balance');//查询账户表成本中心
if(($cost['account_balance']-$cost['freeze_amount'])<$vo['money']){
return $cost['name']."账户余额不足";die;
return $cost['name']."余额不足";die;
}
$id=$cost['id'];
......@@ -287,7 +287,7 @@ class flow_finfybxClassModel extends flowModel
if(($cost['account_balance']-$cost['freeze_amount'])<$vo['money']){
return $cost['name']."账户余额不足";die;
return $cost['name']."余额不足";die;
}
$id=$cost['id'];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论