|
|
|
@ -15,10 +15,10 @@ |
|
|
|
ar.site = #{projectClose.site} |
|
|
|
and su.status = 1 |
|
|
|
<if test="projectClose.username != null and projectClose.username != ''"> |
|
|
|
and su.username = #{projectClose.username} |
|
|
|
and su.username like concat('%',#{projectClose.username},'%') |
|
|
|
</if> |
|
|
|
<if test="projectClose.userDisplay != null and projectClose.userDisplay != ''"> |
|
|
|
and su.user_display = #{projectClose.userDisplay} |
|
|
|
and su.user_display like concat('%',#{projectClose.userDisplay},'%') |
|
|
|
</if> |
|
|
|
order by su.user_id |
|
|
|
</select> |
|
|
|
|