Просмотр исходного кода

[物业合同][创建][获取签约数据]

release_toaliyun_real
gongbiao 7 лет назад
Родитель
Сommit
a753bca194
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Просмотреть файл

@@ -186,7 +186,7 @@
left join wx_shop s on rc.shop_id=s.id
left join wx_mall_building b on s.building=b.id
left join wx_mall_floor f on s.floor=f.id
where rc.status not in(1,5,6,7) and rc.tenant_id=#{tenantId}
where rc.status not in(0,1,5,6,7) and rc.tenant_id=#{tenantId}
<if test=" null != rentShopType ">and rc.rent_shop_type = #{rentShopType}</if>
order by id desc
</select>


Загрузка…
Отмена
Сохранить