瀏覽代碼

//update

release_toaliyun_real
xhxu 4 年之前
父節點
當前提交
7a70438d5d
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. +4
    -4
      mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml

+ 4
- 4
mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml 查看文件

@@ -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 ">


Loading…
取消
儲存