xiaoyong931011
2022-10-30 af03471cc07990eb50b4bf798fa2152683a2d48f
20221021
1 files modified
2 ■■■ changed files
src/main/resources/mapper/dapp/IgtOnHookPlanOrderItemDao.xml 2 ●●● 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 &lt;= #{endTime}
            and a.create_time &lt; #{endTime}
            <if test="startTime != null">
                and a.create_time > #{startTime}
            </if>