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