提现问题
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user