|
@@ -263,6 +263,9 @@ user.real_name as saveUserName,sb.repair_dept_id
|
|
|
<if test="useProject != null">
|
|
|
and sb.use_project = #{useProject}
|
|
|
</if>
|
|
|
+ <if test="baoyangTimes != null">
|
|
|
+ and sb.baoyang_times = #{baoyangTimes}
|
|
|
+ </if>
|
|
|
<if test="typeId != null and typeId != ''">
|
|
|
and sb.type_id = #{typeId}
|
|
|
</if>
|
|
@@ -366,6 +369,9 @@ user.real_name as saveUserName,sb.repair_dept_id
|
|
|
<if test="useType != null">
|
|
|
and sb.use_type = #{useType}
|
|
|
</if>
|
|
|
+ <if test="baoyangTimes != null">
|
|
|
+ and sb.baoyang_times = #{baoyangTimes}
|
|
|
+ </if>
|
|
|
<if test="id != null">
|
|
|
and sb.id = #{id}
|
|
|
</if>
|
|
@@ -509,6 +515,9 @@ user.real_name as saveUserName,sb.repair_dept_id
|
|
|
<if test="useGroup != null">
|
|
|
and sb.use_group = #{useGroup}
|
|
|
</if>
|
|
|
+ <if test="baoyangTimes != null">
|
|
|
+ and sb.baoyang_times = #{baoyangTimes}
|
|
|
+ </if>
|
|
|
<if test="nextCheckDateStart != null">
|
|
|
and sb.next_check_date <![CDATA[ >= ]]> #{nextCheckDateStart}
|
|
|
</if>
|