|
@@ -11,7 +11,7 @@
|
|
|
a.returnedWay AS "returnedWay",
|
|
|
a.payType AS "payType",
|
|
|
a.operatingOrderStatus AS "operatingOrderStatus",
|
|
|
- a.returnedPurchaseFee AS "returnedPurchaseFee",
|
|
|
+ ifnull(a.returnedPurchaseFee,0) AS "returnedPurchaseFee",
|
|
|
a.refundFee AS "refundFee",
|
|
|
a.image1 AS "image1",
|
|
|
a.image2 AS "image2",
|
|
@@ -28,7 +28,7 @@
|
|
|
a.returnTime AS "returnTime",
|
|
|
a.applicationUserID AS "applicationUserID",
|
|
|
a.reviewUserID AS "reviewUserID",
|
|
|
- a.refundBalanceFee AS "refundBalanceFee",
|
|
|
+ ifnull(a.refundBalanceFee,0) AS "refundBalanceFee",
|
|
|
a.refundOnlineFee AS "refundOnlineFee",
|
|
|
a.refundOfflineFee AS "refundOfflineFee",
|
|
|
a.bankAccountName AS "bankAccountName",
|