调试内容
This commit is contained in:
parent
837ec1bdd4
commit
4d3f38d339
@ -174,19 +174,19 @@ class UserVouchers extends Base{
|
||||
if ($unConv > 0) $sm->addSysSummary(0, $unConv, 1, "加入系统未转换值");
|
||||
\think\Log::write(<<<TEXT
|
||||
系统未转换值调试内容:
|
||||
hpf=${HistoryToPayFast}
|
||||
hps=${HistoryToPaySlow}
|
||||
hvs=${HistoryVouchersSummarySum}
|
||||
tpf=${toPayFast}
|
||||
tps=${toPaySlow}
|
||||
pf=${payFast}
|
||||
ps=${paySlow}
|
||||
vs=${vouchersSummarySum}
|
||||
ms=${minusSysNum}
|
||||
df=${deltaFast}
|
||||
ds=${deltaSlow}
|
||||
dc=${deltaConv}
|
||||
uc=${unConv}
|
||||
hpf={$HistoryToPayFast}
|
||||
hps={$HistoryToPaySlow}
|
||||
hvs={$HistoryVouchersSummarySum}
|
||||
tpf={$toPayFast}
|
||||
tps={$toPaySlow}
|
||||
pf={$payFast}
|
||||
ps={$paySlow}
|
||||
vs={$vouchersSummarySum}
|
||||
ms={$minusSysNum}
|
||||
df={$deltaFast}
|
||||
ds={$deltaSlow}
|
||||
dc={$deltaConv}
|
||||
uc={$unConv}
|
||||
TEXT
|
||||
);
|
||||
return WSTReturn("ok", 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user