@@ -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
@@ -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>