소스 검색

朗通后台产品详情显示

wangyu 6 년 전
부모
커밋
ff3c416b15
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      diagbotman-service/src/main/resources/mapper/OpenedProductsMapper.xml

+ 1 - 1
diagbotman-service/src/main/resources/mapper/OpenedProductsMapper.xml

@@ -196,7 +196,7 @@
         AND a.product_id = #{productId}
     </update>
 
-    <select id="getByProductId" resultType="com.diagbot.entity.wrapper.OpendProductWrapper">
+    <select id="getByProductId" resultType="com.diagbot.dto.OpendProductDTO">
         SELECT a.*,b.time order_time from diag_opened_products a
         LEFT JOIN diag_product_order b ON a.order_id =b.id
         WHERE product_id =#{opend.productId} AND a.is_deleted='N'