|
|
|
|
@ -30,10 +30,10 @@ |
|
|
|
|
<if test="query.memo != null and query.memo != ''"> |
|
|
|
|
AND a.remark LIKE concat(concat('%', #{query.memo}),'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="query.inDateStart != null and query.inDateStart != ''"> |
|
|
|
|
<if test="query.inDateStart != null"> |
|
|
|
|
AND #{query.inDateStart} <![CDATA[ >= ]]> a.startdat |
|
|
|
|
</if> |
|
|
|
|
<if test="query.inDateEnd != null and query.inDateEnd != ''"> |
|
|
|
|
<if test="query.inDateEnd != null"> |
|
|
|
|
AND #{query.inDateEnd} <![CDATA[ <= ]]> a.validdat |
|
|
|
|
</if> |
|
|
|
|
<if test="query.validflags != null and query.validflags != ''"> |
|
|
|
|
|