Просмотр исходного кода

修改停车列表

release_toaliyun_real
luozukai 7 лет назад
Родитель
Сommit
5a17ad95c2
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCarPayRecordMapper.xml

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

@@ -52,10 +52,10 @@

<if test=" null != startDate">
and entrance_time >= #{startDate}
and create_date >= #{startDate}
</if>
<if test=" null != endDate">
and exit_time &lt;= #{endDate}
and create_date &lt;= #{endDate}
</if>
<if test=" 1 == isPay">
and fee is not null


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