md
This commit is contained in:
parent
eb78a46cd0
commit
bb2e950338
@ -146,7 +146,10 @@
|
|||||||
tba.salesmen as salesmen,
|
tba.salesmen as salesmen,
|
||||||
tba.payee as payee,
|
tba.payee as payee,
|
||||||
tba.create_time as createTime,
|
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.totalPayMoney, 0 ) AS totalPayMoney,
|
||||||
IFNULL( tbb.recdMoneyIn-tba.satisfy_money-tba.allowance_money-tba.deduction_money-tba.other_money, 0 ) AS recdMoneyIn,
|
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,
|
IFNULL( tbb.recdPayMoney60D-tba.satisfy_money-tba.allowance_money-tba.deduction_money-tba.other_money, 0 ) recdPayMoney60D,
|
||||||
@ -170,6 +173,10 @@
|
|||||||
send_piece_sum,
|
send_piece_sum,
|
||||||
rec_money,
|
rec_money,
|
||||||
reced_money,
|
reced_money,
|
||||||
|
satisfy_money,
|
||||||
|
allowance_money,
|
||||||
|
deduction_money,
|
||||||
|
other_money,
|
||||||
salesmen,
|
salesmen,
|
||||||
payee,
|
payee,
|
||||||
create_time
|
create_time
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user