Procházet zdrojové kódy

//update

release_toaliyun_real
xhxu před 4 roky
rodič
revize
7a70438d5d
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +4
    -4
      mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml

+ 4
- 4
mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml Zobrazit soubor

@@ -84,12 +84,12 @@
and `supplier_id` = #{supplierId}
</if>

<if test=" null != synStatus">
and `sync_status` = #{synStatus}
<if test=" null != syncStatus">
and `sync_status` = #{syncStatus}
</if>

<if test=" null != lastSynStatus">
and `last_sync_status` = #{lastSynStatus}
<if test=" null != lastSyncStatus">
and `last_sync_status` = #{lastSyncStatus}
</if>

<if test=" null != ids ">


Načítá se…
Zrušit
Uložit