浏览代码

朗通后台产品详情显示

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'