Commit 69fa3fcf authored by hujun's avatar hujun

修改返回提示语

parent 0c20cc60
...@@ -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