fix: 智聪记账管理,物价记录bug修复。
This commit is contained in:
@@ -59,7 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="recordTime != null "> and a.record_time = #{recordTime}</if>
|
||||
<if test="address != null and address != ''"> and a.address = #{address}</if>
|
||||
<if test="merchant != null and merchant != ''"> and a.merchant = #{merchant}</if>
|
||||
<if test="kind != null and kind != ''"> and a.kind = #{kind}</if>
|
||||
<if test="kind != null and kind != ''"> and (a.kind like '%'|| #{kind}||'%' or pi2."name" like '%'|| #{kind}||'%' )</if>
|
||||
<if test="category != null and category != ''"> and a.category = #{category} </if>
|
||||
<if test="endTime!=null and endTime !=''">
|
||||
and #{endTime}>=to_char(a.record_time, 'yyyy-MM-dd')
|
||||
|
||||
Reference in New Issue
Block a user