@@ -26,6 +26,9 @@
<if test="oilName !=null and oilName !=''">
AND dict_label = #{oilName}
</if>
+ <if test="oilsType !=null and oilsType !=''">
+ AND dict_value = #{oilsType}
+ </if>
</where>
</select>