解决查询条件默认生效问题,日95计算值覆盖问题。
This commit is contained in:
@@ -27,12 +27,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<include refid="selectInitialMemoryInfoVo"/>
|
||||
<where>
|
||||
<if test="clientId != null and clientId != ''"> and client_id = #{clientId}</if>
|
||||
<if test="swapSizeFree != null "> and swap_size_free = #{swapSizeFree}</if>
|
||||
<if test="untilzation != null "> and untilzation = #{untilzation}</if>
|
||||
<if test="swapSizePercent != null "> and swap_size_percent = #{swapSizePercent}</if>
|
||||
<if test="available != null "> and available = #{available}</if>
|
||||
<if test="percent != null "> and percent = #{percent}</if>
|
||||
<if test="total != null "> and total = #{total}</if>
|
||||
</where>
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user