发票审核问题修改
This commit is contained in:
parent
8f36f7905d
commit
af527f2248
@ -568,7 +568,7 @@ class Invoice extends BaseController
|
||||
'type' => 3,
|
||||
'check_time' => time(),
|
||||
'status' => $param['status'],
|
||||
'content' => $param['content'],
|
||||
'content' => $param['check_remark'],
|
||||
'create_time' => time()
|
||||
);
|
||||
$aid = Db::name('FlowRecord')->strict(false)->field(true)->insertGetId($checkData);
|
||||
@ -612,7 +612,7 @@ class Invoice extends BaseController
|
||||
'type' => 3,
|
||||
'check_time' => time(),
|
||||
'status' => $param['status'],
|
||||
'content' => $param['content'],
|
||||
'content' => $param['check_remark'],
|
||||
'create_time' => time()
|
||||
);
|
||||
$aid = Db::name('FlowRecord')->strict(false)->field(true)->insertGetId($checkData);
|
||||
|
Loading…
x
Reference in New Issue
Block a user