소스 검색

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


불러오는 중...
취소
저장