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

[物业合同][修改][图表统计]

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

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

@@ -140,7 +140,6 @@
<select id="queryRentContractPaidStatus" resultType="int" parameterType="com.iformall.domain.po.WxPropertyContract">
select count(id) from wx_property_contract where tenant_id=#{tenantId} and status in (2,3,4)
and rental_start_date &lt;= now() and rental_end_date >= now()
<if test=" null != rentShopType ">and rent_shop_type = #{rentShopType}</if>
</select>


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