xiaoyong931011
2022-11-02 cd72d7e6c3acd087091c4b2d233f35765ddbfda7
src/main/resources/mapper/dapp/IgtOnHookPlanOrderItemDao.xml
@@ -89,7 +89,7 @@
        FROM igt_on_hook_plan_order_item a
        where a.order_id = #{orderId}
          and a.is_goal = #{isGoal}
          and a.create_time < #{endTime}
          and a.id < #{id}
        order by a.id desc
        limit 1
    </select>