充值列表接口时间筛选调整: 余: 用 最后一次消费时间 筛选

This commit is contained in:
hejiayang
2025-10-27 19:03:06 +08:00
parent 660a713a7d
commit 5b17317fd9
@@ -78,7 +78,7 @@
and b.work_no like CONCAT('%',#{vo.workNo,jdbcType=VARCHAR},'%')
</if>
<if test="vo.startTime != null and vo.startTime != '' and vo.endTime != null and vo.endTime != ''">
and DATE_FORMAT(a.first_top_up_time,'%Y-%m-%d') between #{vo.startTime} and #{vo.endTime}
and DATE_FORMAT(a.last_consumption_time,'%Y-%m-%d') between #{vo.startTime} and #{vo.endTime}
</if>
<if test="vo.list != null">
and b.depart_ids in