update:余额明细导出
This commit is contained in:
parent
2dd5e529e9
commit
e84a6ac8e2
@ -43,7 +43,7 @@ class WithdrawLogic extends BaseLogic
|
|||||||
|
|
||||||
// 拒绝通过审核,记录备注原因
|
// 拒绝通过审核,记录备注原因
|
||||||
if ($params['status'] == 2) {
|
if ($params['status'] == 2) {
|
||||||
Withdraw::where(['id'=>$withDrawInfo['id']])->update(['status'=>2, 'deny_desc'=>$params['notes']]);
|
Withdraw::where(['id'=>$withDrawInfo['id']])->update(['status'=>2, 'deny_desc'=>$params['deny_desc']]);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user