硬件升级功能
This commit is contained in:
parent
7c0ab2be96
commit
ca454945d2
|
@ -72,6 +72,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="query.surplusCountStart != null">and sv.surplus_count >= #{query.surplusCountStart}</if>
|
<if test="query.surplusCountStart != null">and sv.surplus_count >= #{query.surplusCountStart}</if>
|
||||||
<if test="query.surplusCountEnd != null">and sv.surplus_count <= #{query.surplusCountEnd}</if>
|
<if test="query.surplusCountEnd != null">and sv.surplus_count <= #{query.surplusCountEnd}</if>
|
||||||
<if test="query.nextResetDate != null">and date(sv.next_reset_time) = #{query.nextResetDate}</if>
|
<if test="query.nextResetDate != null">and date(sv.next_reset_time) = #{query.nextResetDate}</if>
|
||||||
|
<if test="query.vipMchId != null">and svl.mch_id = #{query.vipMchId}</if>
|
||||||
<if test="query.inValid != null">
|
<if test="query.inValid != null">
|
||||||
and
|
and
|
||||||
<if test="!query.inValid">
|
<if test="!query.inValid">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user