|
@ -48,7 +48,7 @@ |
|
|
<if test="mobile != null and mobile != '' "> |
|
|
<if test="mobile != null and mobile != '' "> |
|
|
AND wl.MOBILE = #{mobile} |
|
|
AND wl.MOBILE = #{mobile} |
|
|
</if> |
|
|
</if> |
|
|
<if test="isSelf != null and isSelf != '' and isSelf == '1' "> |
|
|
<if test="isSelf != null and isSelf != ''"> |
|
|
<if test="isSelf == '1' or isSelf == 1"> |
|
|
<if test="isSelf == '1' or isSelf == 1"> |
|
|
AND wl.CREATED_BY = #{createdBy} |
|
|
AND wl.CREATED_BY = #{createdBy} |
|
|
</if> |
|
|
</if> |
|
|