xhxu пре 5 година
родитељ
комит
d12407efe6
1 измењених фајлова са 4 додато и 3 уклоњено
  1. +4
    -3
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 4
- 3
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml Прегледај датотеку

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

<if test=" null != createDate ">
and m.`create_date` = #{createDate}
@@ -119,9 +122,7 @@
<if test=" null != status ">
and m.`status` = #{status}
</if>
<if test=" null != linkPerson ">
and m.`link_person` = #{linkPerson}
</if>

<if test=" null != type ">
and m.`type` = #{type}
</if>


Loading…
Откажи
Сачувај