@@ -184,7 +184,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and ums.user_id = #{userId}
</if>
<if test="applyName != null and applyName != ''">
- and ma.applyName = #{applyName}
+ and ma.apply_name = #{applyName}
AND ma.`status` = 1
</select>