提现
This commit is contained in:
parent
763ef9e96d
commit
50554c06ff
@ -314,6 +314,7 @@ class CashDraws extends Base{
|
|||||||
// $user->save();
|
// $user->save();
|
||||||
|
|
||||||
$targetId = $user->userId;
|
$targetId = $user->userId;
|
||||||
|
$displayName = $user['userName'];
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
@ -326,6 +327,7 @@ class CashDraws extends Base{
|
|||||||
// $shop->save();
|
// $shop->save();
|
||||||
|
|
||||||
$targetId = $shop->userId;
|
$targetId = $shop->userId;
|
||||||
|
$displayName = $shop['userName'];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -351,7 +353,11 @@ class CashDraws extends Base{
|
|||||||
|
|
||||||
$lm['dataSrc'] = 3;
|
$lm['dataSrc'] = 3;
|
||||||
|
|
||||||
$lm['remark'] = '提现申请单【'.$cash->cashNo.'】申请提现¥'.$cash->money.'。'.(($cash->cashRemarks!='')?"【操作备注】:".$cash->cashRemarks:'');
|
if ($cash->targetType == 0) {
|
||||||
|
$lm['remark'] = '提现申请单【'.$cash->cashNo.'】申请提现¥'.$cash->money.'。'.(($cash->cashRemarks!='')?"【操作备注】:".$cash->cashRemarks:'');
|
||||||
|
} else {
|
||||||
|
$lm['remark'] = '商户【'.$displayName.'】提现'.(($cash->cashRemarks!='')?"。【操作备注】:".$cash->cashRemarks:'');
|
||||||
|
}
|
||||||
|
|
||||||
$lm['moneyType'] = 0;
|
$lm['moneyType'] = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user