Commit 075b1964 authored by clone's avatar clone

Merge branch 'test-hujun1.15' of https://gitee.com/zwyjjc/tl_estate into test-hujun1.15

parents 5339858e 69fa3fcf
...@@ -77,7 +77,7 @@ class Finance extends Basic ...@@ -77,7 +77,7 @@ class Finance extends Basic
$bargain = new OBargainModel(); $bargain = new OBargainModel();
if (empty($this->params['id'])) { if (empty($this->params['id'])) {
$data['code'] = 101; $data['code'] = 101;
$data['msg'] = 'Id or check_status is null'; $data['msg'] = 'Id is null';
} else { } else {
$params['audit_id'] = $this->userId; $params['audit_id'] = $this->userId;
$params['audit_name'] = $this->userName; $params['audit_name'] = $this->userName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment