解决相关数据分页不生效问题,修改交换机计算95值逻辑,使其精确到接口

This commit is contained in:
gaoyutao
2025-09-03 18:26:10 +08:00
parent 4dd9324dba
commit ec3fb074e1
9 changed files with 99 additions and 71 deletions
@@ -192,6 +192,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="serviceSn != '' and serviceSn != null">
and service_sn = #{serviceSn}
</if>
<if test="businessId != '' and businessId != null">
and business_id = #{businessId}
</if>
<if test="startTime != null">
and create_time &gt;= #{startTime}
</if>