Aslee 3 年之前
父节点
当前提交
8b465f5d98

+ 1 - 1
src/main/resources/mappings/modules/weisha/CmOrganizeProductMapper.xml

@@ -106,7 +106,7 @@
 		</where>
 	</select>
 	<select id="findProductByProductId" resultType="com.caimei.modules.weisha.entity.CmOrganizeProduct">
-		select productID as productId, ladderPriceFlag,price1 as price,ifnull(includedTax,2) as includedTax,invoiceType,taxPoint as clubTaxPoint,supplierTaxPoint as shopTaxPoint,minBuyNumber,costCheckFlag as costType,
+		select productID as productId, ladderPriceFlag,price as price,ifnull(includedTax,2) as includedTax,invoiceType,taxPoint as clubTaxPoint,supplierTaxPoint as shopTaxPoint,minBuyNumber,costCheckFlag as costType,
 		       costPrice,costProportional
 		from product
 		where productID = #{productId}

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/weisha/organizeSinglePromotionForm.jsp

@@ -345,7 +345,7 @@
                         <td><img src="${product.mainImage}" width="50px" height="50px"></td>
                         <td>${product.name}</td>
                         <td>${product.shopName}</td>
-                        <td>${product.price1}</td>
+                        <td>${product.price}</td>
                         <td>
                             <a href="javaScript:;"
                                onclick="deleteProduct('${product.productID}',${product.storeStatus},1)">删除</a>