src/main/resources/mapper/dapp/IgtOnHookPlanOrderItemDao.xml
@@ -67,9 +67,9 @@ FROM igt_on_hook_plan_order_item a <where> a.order_id = #{orderId} and a.create_time < #{endTime} and a.create_time <= #{endTime} <if test="startTime != null"> and a.create_time >= #{startTime} and a.create_time > #{startTime} </if> </where> order by create_time desc