Procházet zdrojové kódy

[租金物业账单][修改][优化sql]

release_toaliyun_real
gongbiao před 7 roky
rodič
revize
63e1d9145a
2 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. +0
    -1
      mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml
  2. +0
    -1
      mallinkService/src/main/resources/mapper/WxBillRentMapper.xml

+ 0
- 1
mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml Zobrazit soubor

@@ -106,7 +106,6 @@
<if test=" null != id ">and br.`id` = #{id}</if>
<if test=" null != merchantId ">and br.`merchant_id` = #{merchantId}</if>
<if test=" null != merchantName and ''!=merchantName ">and m.`name` like concat('%',#{merchantName},'%')</if>
<if test=" null != tenantId ">and br.`tenant_id` = #{tenantId}</if>
<if test=" null != status ">and br.`status` = #{status}</if>
<if test=" null != isDel ">and br.`is_del` = #{isDel}</if>
<if test=" null != starttime and null!=endtime ">and br.`receive_date` between #{starttime} and #{endtime}</if>


+ 0
- 1
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml Zobrazit soubor

@@ -114,7 +114,6 @@
<if test=" null != id ">and br.`id` = #{id}</if>
<if test=" null != merchantId ">and br.`merchant_id` = #{merchantId}</if>
<if test=" null != merchantName and ''!=merchantName ">and m.`name` like concat('%',#{merchantName},'%')</if>
<if test=" null != tenantId ">and br.`tenant_id` = #{tenantId}</if>
<if test=" null != status ">and br.`status` = #{status}</if>
<if test=" null != isDel ">and br.`is_del` = #{isDel}</if>
<if test=" null != starttime and null!=endtime ">and br.`receive_date` between #{starttime} and #{endtime}</if>


Načítá se…
Zrušit
Uložit