Przeglądaj źródła

tt

release_toaliyun_real
xhxu 5 lat temu
rodzic
commit
4fa83e7d07
1 zmienionych plików z 4 dodań i 5 usunięć
  1. +4
    -5
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 4
- 5
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml Wyświetl plik

@@ -92,12 +92,11 @@
and m.`link_person` like concat('%', #{linkPerson},'%')
</if>

<if test=" null != createDate ">
and m.`create_date` = #{createDate}
<if test="starttime != null">
and m.create_date &gt;= #{starttime}
</if>

<if test=" null != updateDate ">
and m.`update_date` = #{updateDate}
<if test="endtime != null">
and m.create_date &lt;= #{endtime}
</if>

<if test=" null != carVendorType ">


Ładowanie…
Anuluj
Zapisz