|
|
@ -383,7 +383,7 @@ |
|
|
|
sum(sale_subtotal_day) as sale_subtotal_day, |
|
|
|
sum(arrears_carry_veh_amount) as arrears_carry_veh_amount, |
|
|
|
sum(loan_not_amount) as loan_not_amount, |
|
|
|
sum(loan_not_amounts) as loan_not_amounts, |
|
|
|
ifnull(sum(loan_not_amounts), 0) as loan_not_amounts, |
|
|
|
sum(buyout_day) as buyout_day, |
|
|
|
sum(saleAllToThree) as saleAllToThree, |
|
|
|
SUM(stock_total) as stock_total, |
|
|
@ -405,7 +405,7 @@ |
|
|
|
sum(sale_subtotal_day) as sale_subtotal_day, |
|
|
|
sum(arrears_carry_veh_amount) as arrears_carry_veh_amount, |
|
|
|
sum(loan_not_amount) as loan_not_amount, |
|
|
|
sum(loan_not_amounts) as loan_not_amounts, |
|
|
|
ifnull(sum(loan_not_amounts), 0) as loan_not_amounts, |
|
|
|
sum(buyout_day) as buyout_day, |
|
|
|
sum(saleAllToThree) as saleAllToThree, |
|
|
|
SUM(stock_total) as stock_total, |
|
|
|