@@ -93,7 +93,7 @@
and is_del = #{isDel}
</if>
<if test="wlevel != null">
- and wlevel = #{wlevel}
+ and ROUND(wlevel,2) = #{wlevel}
<if test="factors != null and factors != ''">
and factors = #{factors}