Aslee пре 3 година
родитељ
комит
9a2eadaf9f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/webapp/WEB-INF/views/modules/weisha/findOrganizeProduct.jsp

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