更新状态
This commit is contained in:
parent
5de9a7f264
commit
b18561b28c
@ -62,7 +62,7 @@ class FinancialTransfersController extends BaseAdminController
|
|||||||
$result = FinancialTransfersLogic::dealchange($data,$params['id']);
|
$result = FinancialTransfersLogic::dealchange($data,$params['id']);
|
||||||
|
|
||||||
if (true === $result) {
|
if (true === $result) {
|
||||||
return $this->success('操作成功' );
|
return $this->success('操作成功',[],1,1 );
|
||||||
}
|
}
|
||||||
return $this->fail(FinancialTransfersLogic::getError());
|
return $this->fail(FinancialTransfersLogic::getError());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user