zhijiezhao 1 rok pred
rodič
commit
3e76fc85ac

+ 2 - 2
src/main/resources/mappings/modules/order/ShopOrderMapper.xml

@@ -920,8 +920,8 @@
         c.name AS clubName,
         cdr.payWay AS payWay,
         a.onlinePayWays,
-        ifnull(cmAccountType,0) as cmAccountType,
-        ifnull(cmShopOtherFee,0) as cmShopOtherFee,
+        ifnull(a.cmAccountType,0) as cmAccountType,
+        ifnull(a.cmShopOtherFee,0) as cmShopOtherFee,
         (select sum((num+presentNum)*cmCostPrice) from cm_order_product where shopOrderId = a.shopOrderId) as
         allServeAmount
         from cm_shop_order a