|
@@ -84,6 +84,9 @@
|
|
|
<if test="level != null and level != ''">
|
|
|
and t.level = #{level}
|
|
|
</if>
|
|
|
+ <if test="isPlacefile != null and isPlacefile != ''">
|
|
|
+ and t.is_placefile = #{isPlacefile}
|
|
|
+ </if>
|
|
|
and t.qc_type_id != 0
|
|
|
</select>
|
|
|
|
|
@@ -476,6 +479,9 @@
|
|
|
<if test="level != null and level != ''">
|
|
|
and t.level = #{level}
|
|
|
</if>
|
|
|
+ <if test="isPlacefile != null and isPlacefile != ''">
|
|
|
+ and t.is_placefile = #{isPlacefile}
|
|
|
+ </if>
|
|
|
and t.qc_type_id != 0
|
|
|
</select>
|
|
|
|
|
@@ -543,6 +549,9 @@
|
|
|
<if test="level != null and level != ''">
|
|
|
and t.level = #{level}
|
|
|
</if>
|
|
|
+ <if test="isPlacefile != null and isPlacefile != ''">
|
|
|
+ and t.is_placefile = #{isPlacefile}
|
|
|
+ </if>
|
|
|
and t.qc_type_id != 0
|
|
|
</select>
|
|
|
|