提交 308a3444 authored 作者: fengzy's avatar fengzy

编号测试

上级 4a14f319
...@@ -248,8 +248,7 @@ class flowModel extends Model ...@@ -248,8 +248,7 @@ class flowModel extends Model
break; break;
} }
} }
echo "<pre>";
var_dump($this->rs);
$this->uname = ''; $this->uname = '';
if(!$this->rs)$this->echomsg('数据记录不存在了'); if(!$this->rs)$this->echomsg('数据记录不存在了');
$this->rs['base_name'] = ''; $this->rs['base_name'] = '';
...@@ -1784,6 +1783,8 @@ class flowModel extends Model ...@@ -1784,6 +1783,8 @@ class flowModel extends Model
} }
public function savebill($oarr=array()) public function savebill($oarr=array())
{ {
echo "<pre>";
var_dump($this->rs);die;
$dbs = $this->billmodel; $dbs = $this->billmodel;
$whes= $this->mwhere; $whes= $this->mwhere;
$biid= (int)$dbs->getmou('id', $whes); $biid= (int)$dbs->getmou('id', $whes);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论