Aslee 3 years ago
parent
commit
86ece98911

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

@@ -158,7 +158,7 @@
 
     <select id="findAllProduct" resultType="com.caimei.modules.product.entity.Product">
         SELECT
-        cop.id AS productID,cop.price AS price1,
+        cop.id AS productID,cop.price AS price,
         p.mainImage,p.name,
         s.name AS "shopName"
         FROM

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

@@ -78,7 +78,7 @@
                 <td><img src="${item.mainImage}" width="50px" height="50px"></td>
                 <td>${item.name}</td>
                 <td>${item.shopName}</td>
-                <td>${item.price1}</td>
+                <td>${item.price}</td>
             </tr>
         </c:forEach>
     </c:if>