@@ -98,7 +98,7 @@
and km.category = #{param1.category}
</if>
<if test="para.status != null">
- and km.status = #{para.status}
+ and kmu.status = #{para.status}
</where>
</select>