| src/main/resources/mapper/dapp/IgtOnHookPlanOrderItemDao.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/dapp/IgtOnHookPlanOrderItemDao.xml
@@ -67,7 +67,7 @@ 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} </if>