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>