提现问题

This commit is contained in:
2024-12-28 11:59:05 +08:00
parent d24826f4bb
commit 5a305c2d43
3 changed files with 4 additions and 6 deletions

View File

@@ -177,7 +177,7 @@
</select>
<select id="selectTodayCashCount" resultType="java.lang.Integer">
select count(*) from cash_out where create_at > CURDATE() and user_id=#{userId} and state=#{state};
select count(*) from cash_out where create_at > #{time} and user_id=#{userId} and state=#{state};
</select>