|
|
|
|
@ -61,7 +61,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="userId != null ">and uc.user_id = #{userId}</if>
|
|
|
|
|
<if test="ywType != null and ywType != ''">and yw_type = #{ywType}</if>
|
|
|
|
|
<if test="allInfo != null and allInfo != ''">
|
|
|
|
|
and all_info like concat('%', #{name}, '%'
|
|
|
|
|
and all_info like concat('%', #{allInfo}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
order by id desc
|
|
|
|
|
|