瀏覽代碼

修改停车列表

release_toaliyun_real
luozukai 7 年之前
父節點
當前提交
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"> <if test=" null != startDate">
and entrance_time >= #{startDate}
and create_date >= #{startDate}
</if> </if>
<if test=" null != endDate"> <if test=" null != endDate">
and exit_time &lt;= #{endDate}
and create_date &lt;= #{endDate}
</if> </if>
<if test=" 1 == isPay"> <if test=" 1 == isPay">
and fee is not null and fee is not null


Loading…
取消
儲存