src/main/resources/mapper/dapp/IgtOnHookPlanOrderItemDao.xml
@@ -69,7 +69,7 @@ a.order_id = #{orderId} 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