1.cashOut定时任务修改

This commit is contained in:
张松
2025-01-07 15:28:19 +08:00
parent 16d7b9db0a
commit e55866f7ac
3 changed files with 29 additions and 13 deletions

View File

@@ -18,7 +18,7 @@
<select id="selectTemp" resultType="com.sqx.modules.pay.entity.CashOut">
SELECT * FROM cash_out
WHERE
state = 0 and order_number is not null and order_number != ''
(state = 0 or state=4) and order_number is not null and order_number != '' and create_at &lt; #{time}
</select>
<select id="selectCashOutSum" resultType="Double">