Aslee hace 3 años
padre
commit
9a2eadaf9f

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

@@ -75,7 +75,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>