查询 提现 次数统计 bug
This commit is contained in:
@@ -177,7 +177,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectTodayCashCount" resultType="java.lang.Integer">
|
<select id="selectTodayCashCount" resultType="java.lang.Integer">
|
||||||
select count(*) from cash_out where create_at > #{time} and user_id=#{userId} and state=#{state};
|
select count(*) from cash_out where create_at > #{time} and user_id=#{userId} and state=#{state} and withdraw_type=1;
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user