|
@@ -51,6 +51,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="consumeDate != null">
|
|
<if test="consumeDate != null">
|
|
|
AND txc.consume_date>#{consumeDate}
|
|
AND txc.consume_date>#{consumeDate}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ AND txc.del_flag='0'
|
|
|
</where>
|
|
</where>
|
|
|
ORDER BY consume_date ASC;
|
|
ORDER BY consume_date ASC;
|
|
|
</select>
|
|
</select>
|