wks 2 سال پیش
والد
کامیت
6bc916e248
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/resources/mapper/modules/order/InsOrdersMapper.xml

+ 1 - 1
src/main/resources/mapper/modules/order/InsOrdersMapper.xml

@@ -221,7 +221,7 @@
           and createtime > DATE_SUB(CURDATE(), INTERVAL 6 MONTH)
     </select>
 
-    <select id="selectByOrderQueryVo" resultType="com.ydtech.modules.order.entity.InsOrders"  parameterType="com.ydtech.modules.order.entity.vo.OrderQueryVo">
+    <select id="selectByOrderQueryVo" resultMap="BaseResultMap"  parameterType="com.ydtech.modules.order.entity.vo.OrderQueryVo">
         select * from ins_orders o
 
         <if test="companyId != null and companyId != ''">