Explorar el Código

property

release_toaliyun_real
xhxu hace 4 años
padre
commit
28ec8de00b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml

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

@@ -99,6 +99,9 @@
<if test=" null != endDate ">and `end_date` = #{endDate}</if>
<if test=" null != rentShopType">and `rent_shop_type` = #{rentShopType}</if>
<if test=" null != operationType ">and `operation_type` = #{operationType}</if>
<if test=" null != shopNumber and shopNumber != ''">
and `shop_number` like concat('%',#{shopNumber},'%')
</if>

<if test=" null != businessForRule and '' != businessForRule ">
and business_id in (${businessForRule})


Cargando…
Cancelar
Guardar