| @@ -88,6 +88,9 @@ | |||||
| <if test=" null != linkPhone and ''!=linkPhone "> | <if test=" null != linkPhone and ''!=linkPhone "> | ||||
| and m.`link_phone` like concat('%', #{linkPhone},'%') | and m.`link_phone` like concat('%', #{linkPhone},'%') | ||||
| </if> | </if> | ||||
| <if test=" null != linkPerson and ''!=linkPerson "> | |||||
| and m.`link_person` like concat('%', #{linkPerson},'%') | |||||
| </if> | |||||
| <if test=" null != createDate "> | <if test=" null != createDate "> | ||||
| and m.`create_date` = #{createDate} | and m.`create_date` = #{createDate} | ||||
| @@ -119,9 +122,7 @@ | |||||
| <if test=" null != status "> | <if test=" null != status "> | ||||
| and m.`status` = #{status} | and m.`status` = #{status} | ||||
| </if> | </if> | ||||
| <if test=" null != linkPerson "> | |||||
| and m.`link_person` = #{linkPerson} | |||||
| </if> | |||||
| <if test=" null != type "> | <if test=" null != type "> | ||||
| and m.`type` = #{type} | and m.`type` = #{type} | ||||
| </if> | </if> | ||||