Browse Source

数据库清表

zhijiezhao 1 year ago
parent
commit
9ef92304e9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/resources/mappings/modules/order/OrderMapper.xml

+ 0 - 1
src/main/resources/mappings/modules/order/OrderMapper.xml

@@ -67,7 +67,6 @@
 		a.affirmPaymentFlag AS affirmPaymentFlag,
 		a.rebateFlag AS rebateFlag,
 		a.zeroCostFlag AS zeroCostFlag,
-		a.organizeStoreId as organizeStoreId,
 		a.couponAmount as couponAmount,
         a.svipFullReduction as svipFullReduction,
         (a.discountFee + a.promotionFullReduction + a.couponAmount) as discountAmount,