|
|
|
@@ -115,10 +115,10 @@ |
|
|
|
<if test=" null != tenantId "> |
|
|
|
and `tenant_id` = #{tenantId} |
|
|
|
</if> |
|
|
|
<if test=" null != phone "> |
|
|
|
<if test=" null != phone and phone !='' "> |
|
|
|
and `phone` = #{phone} |
|
|
|
</if> |
|
|
|
<if test=" null != startTime"> |
|
|
|
<if test=" null != startTime "> |
|
|
|
and create_date >= #{startTime} |
|
|
|
</if> |
|
|
|
|
|
|
|
@@ -127,7 +127,7 @@ |
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test=" null != name "> |
|
|
|
<if test=" null != name and name != '' "> |
|
|
|
and `name` like concat('%', #{name},'%') |
|
|
|
|
|
|
|
</if> |
|
|
|
|