Quellcode durchsuchen

property

release_toaliyun_real
xhxu vor 4 Jahren
Ursprung
Commit
28ec8de00b
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml Datei anzeigen

@@ -99,6 +99,9 @@
<if test=" null != endDate ">and `end_date` = #{endDate}</if> <if test=" null != endDate ">and `end_date` = #{endDate}</if>
<if test=" null != rentShopType">and `rent_shop_type` = #{rentShopType}</if> <if test=" null != rentShopType">and `rent_shop_type` = #{rentShopType}</if>
<if test=" null != operationType ">and `operation_type` = #{operationType}</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 "> <if test=" null != businessForRule and '' != businessForRule ">
and business_id in (${businessForRule}) and business_id in (${businessForRule})


Laden…
Abbrechen
Speichern