winter 1 год назад
Родитель
Сommit
c68b0cfbd4
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxAllBillMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxAllBillMapper.xml Просмотреть файл

@@ -67,8 +67,8 @@
<if test=" null != propertyContractId ">and `property_contract_id` = #{propertyContractId}</if> <if test=" null != propertyContractId ">and `property_contract_id` = #{propertyContractId}</if>
<if test=" null != parentBillId ">and `parent_bill_id` = #{parentBillId}</if> <if test=" null != parentBillId ">and `parent_bill_id` = #{parentBillId}</if>
<if test=" null != isPreview ">and `is_preview` = #{isPreview}</if> <if test=" null != isPreview ">and `is_preview` = #{isPreview}</if>
<if test=" null != starttime">and `starttime` &lt;= #{starttime}</if>
<if test=" null != endtime">and `endtime` &gt;= #{endtime}</if>
<if test=" null != starttime">and `starttime` &gt;= #{starttime}</if>
<if test=" null != endtime">and `endtime` &lt;= #{endtime}</if>
<if test=" null != month and '' != month"> <if test=" null != month and '' != month">
and date_format(starttime,'%Y-%m') &lt;= #{month} and date_format(endtime,'%Y-%m') &gt;= #{month} and date_format(starttime,'%Y-%m') &lt;= #{month} and date_format(endtime,'%Y-%m') &gt;= #{month}
</if> </if>


Загрузка…
Отмена
Сохранить