Procházet zdrojové kódy

fix bug

release_toaliyun_real
winter před 4 roky
rodič
revize
e12a10ab5a
1 změnil soubory, kde provedl 0 přidání a 10 odebrání
  1. +0
    -10
      mallinkService/src/main/resources/mapper/WxBillAllMapper.xml

+ 0
- 10
mallinkService/src/main/resources/mapper/WxBillAllMapper.xml Zobrazit soubor

@@ -57,7 +57,6 @@
<if test=" null != month and ''!=month">
and date_format(bill.receive_date,'%Y-%m')=#{month}
</if>
<if test=" null != billTypeValue ">and bill.bill_type_value = #{billTypeValue}</if>
<if test=" null != status ">and bill.`status` = #{status}</if>
<if test=" null != rentShopType ">and bill.rent_shop_type = #{rentShopType}</if>
<if test=" null != starttime and null!= endtime and '' != starttime and ''!= endtime ">
@@ -73,12 +72,6 @@
</foreach>
</if>
<if test=" null != typeList ">
and bill.`bill_type_value` in
<foreach collection="typeList" index="index" item="type" open="(" separator="," close=")">
#{type}
</foreach>
</if>
<if test=" null != freeze ">and bill.freeze = #{freeze}</if>
<if test=" null != id ">and bill.id = #{id}</if>
@@ -302,9 +295,6 @@
<if test=" null != status ">
and bill.status=#{status}
</if>
<if test=" null != billTypeValue ">
and bill.bill_type_value=#{billTypeValue}
</if>
<if test=" null != rentShopType ">
and bill.rent_shop_type = #{rentShopType}
</if>


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