修改校验
This commit is contained in:
parent
bc16d06bb6
commit
5df4f2d569
@ -69,7 +69,7 @@ class UserController extends BaseAdminController
|
|||||||
//采购款明细、余额明细、礼品券明细、返还金明细
|
//采购款明细、余额明细、礼品券明细、返还金明细
|
||||||
public function fundList()
|
public function fundList()
|
||||||
{
|
{
|
||||||
(new UserValidate())->goCheck('fund');
|
(new UserValidate())->post()->goCheck('fund');
|
||||||
$page_no = (int)$this->request->post('page_no', 1);
|
$page_no = (int)$this->request->post('page_no', 1);
|
||||||
$page_size = (int)$this->request->post('page_size', 15);
|
$page_size = (int)$this->request->post('page_size', 15);
|
||||||
$params = $this->request->post();
|
$params = $this->request->post();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user