Update UserTransfer.php

This commit is contained in:
邹景立 2021-03-15 18:25:56 +08:00
parent a5552402c2
commit 45a6cc3568

View File

@ -81,10 +81,10 @@ class UserTransfer extends Controller
$this->_form($this->table, 'audit', 'code');
} else {
$data = $this->_vali([
'remark.default' => '',
'code.require' => '打款单号不能为空!',
'status.require' => '交易审核操作类型!',
'status.in:0,1,2,3,4' => '交易审核操作类型!',
'remark.default' => '',
]);
$map = ['code' => $data['code']];
$find = $this->app->db->name($this->table)->where($map)->find();