Explorar el Código

[租赁合同][修改][图表统计]

release_toaliyun_real
gongbiao hace 7 años
padre
commit
8033cf3e95
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. +0
    -1
      mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml
  2. +0
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 0
- 1
mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml Ver fichero

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


+ 0
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Ver fichero

@@ -130,7 +130,6 @@
<select id="queryRentContractEndSoonStatus" resultType="int" parameterType="com.iformall.domain.po.WxRentContract">
select count(id) from wx_rent_contract where tenant_id=#{tenantId} and status=4
and DATEDIFF(rental_end_date,now()) &lt;= 30 and rental_end_date > now()
<if test=" null != rentShopType ">and rent_shop_type = #{rentShopType}</if>
</select>


Cargando…
Cancelar
Guardar