xiaoyong931011
2022-10-30 f16893298c9e580054b6e7271214b70b831544e7
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