|
@@ -19,7 +19,7 @@
|
|
a.townID AS townID,
|
|
a.townID AS townID,
|
|
a.productAmount AS productAmount,
|
|
a.productAmount AS productAmount,
|
|
a.discountAmount AS discountAmount,
|
|
a.discountAmount AS discountAmount,
|
|
- a.accountAmount AS accountAmount,
|
|
|
|
|
|
+ ifnull(a.accountAmount,0) AS accountAmount,
|
|
a.totalAmount AS totalAmount,
|
|
a.totalAmount AS totalAmount,
|
|
a.payFlag AS payFlag,
|
|
a.payFlag AS payFlag,
|
|
a.payTime AS payTime,
|
|
a.payTime AS payTime,
|