瀏覽代碼

朗通后台产品详情显示

wangyu 6 年之前
父節點
當前提交
307cee0143
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      diagbotman-service/src/main/resources/mapper/OpenedProductsMapper.xml

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

@@ -22,7 +22,7 @@
     </resultMap>
 
     <!-- 通用查询映射结果 -->
-    <resultMap id="BaseResultWrapper" type="com.diagbot.entity.wrapper.OpendProductWrapper">
+    <resultMap id="BaseResultWrapper" type="com.diagbot.dto.OpendProductDTO">
         <id column="id" property="id"/>
         <result column="product_id" property="productId"/>
         <result column="user_id" property="userId"/>