Browse Source

朗通后台订单显示

wangyu 6 years ago
parent
commit
2b0047c83b

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

@@ -21,7 +21,7 @@
         <result column="reject_reason" property="rejectReason"/>
     </resultMap>
 
-    <resultMap id="BaseResultWrapper" type="com.diagbot.entity.wrapper.OrderDetailsWapper">
+    <resultMap id="BaseResultWrapper" type="com.diagbot.dto.OrderDetialsDTO">
         <id column="id" property="id"/>
         <result column="is_deleted" property="isDeleted"/>
         <result column="gmt_create" property="gmtCreate"/>

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

@@ -17,7 +17,7 @@
         <result column="total_prices" property="totalPrices"/>
     </resultMap>
 
-    <resultMap id="BaseResultWrapper" type="com.diagbot.entity.wrapper.ProductOrderWrapper">
+    <resultMap id="BaseResultWrapper" type="com.diagbot.dto.ProductOrderDTO">
         <id column="id" property="id"/>
         <result column="is_deleted" property="isDeleted"/>
         <result column="gmt_create" property="gmtCreate"/>