Parcourir la source

多分账商户

zhijiezhao il y a 3 ans
Parent
commit
0386ea3ed8

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

@@ -33,7 +33,7 @@
 			b.totalFee as totalFee,b.totalAddedValueTax as totalAddedValueTax,
 			b.totalFee as totalFee,b.totalAddedValueTax as totalAddedValueTax,
 			b.taxRate as taxRate,b.addedValueTax as addedValueTax,c.mainImage as mainImage,
 			b.taxRate as taxRate,b.addedValueTax as addedValueTax,c.mainImage as mainImage,
 			c.name as name,d.name as shopName,
 			c.name as name,d.name as shopName,
-			c.unit as unit,d.commercialCode as commercialCode
+			c.unit as unit
 		FROM cm_returned_purchase_product a
 		FROM cm_returned_purchase_product a
 		left join cm_order_product b on a.orderProductID = b.orderProductID
 		left join cm_order_product b on a.orderProductID = b.orderProductID
 		left join product c on c.productID = a.productID
 		left join product c on c.productID = a.productID

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

@@ -240,7 +240,6 @@
     <select id="findListByOrderID" resultType="newShopOrder">
     <select id="findListByOrderID" resultType="newShopOrder">
         SELECT<include refid="shopOrderColumns"/>,
         SELECT<include refid="shopOrderColumns"/>,
         b.name as shopName,
         b.name as shopName,
-        b.commercialCode as commercialCode,
         oa.id as orderArchiveId
         oa.id as orderArchiveId
         FROM cm_shop_order a left join shop b on a.shopID = b.shopID left join cm_order_archive oa on a.shopOrderID =
         FROM cm_shop_order a left join shop b on a.shopID = b.shopID left join cm_order_archive oa on a.shopOrderID =
         oa.shopOrderId
         oa.shopOrderId