|
|
@@ -469,7 +469,9 @@ |
|
|
<if test=" null != linkPhone and ''!=linkPhone "> |
|
|
<if test=" null != linkPhone and ''!=linkPhone "> |
|
|
and `link_phone` like concat('%', #{linkPhone},'%') |
|
|
and `link_phone` like concat('%', #{linkPhone},'%') |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test=" null != linkPerson and ''!=linkPerson "> |
|
|
|
|
|
and `link_person` like concat('%', #{linkPerson},'%') |
|
|
|
|
|
</if> |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|