This commit is contained in:
linfso 2025-05-29 17:39:55 +08:00
parent eb78a46cd0
commit bb2e950338

View File

@ -146,7 +146,10 @@
tba.salesmen as salesmen,
tba.payee as payee,
tba.create_time as createTime,
tba.satisfy_money as satisfyMoney,
tba.allowance_money as allowanceMoney,
tba.deduction_money as deductionMoney,
tba.other_money as otherMoney,
IFNULL( tbb.totalPayMoney, 0 ) AS totalPayMoney,
IFNULL( tbb.recdMoneyIn-tba.satisfy_money-tba.allowance_money-tba.deduction_money-tba.other_money, 0 ) AS recdMoneyIn,
IFNULL( tbb.recdPayMoney60D-tba.satisfy_money-tba.allowance_money-tba.deduction_money-tba.other_money, 0 ) recdPayMoney60D,
@ -170,6 +173,10 @@
send_piece_sum,
rec_money,
reced_money,
satisfy_money,
allowance_money,
deduction_money,
other_money,
salesmen,
payee,
create_time