1.cashOut定时任务修改
This commit is contained in:
@@ -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 < #{time}
|
||||
</select>
|
||||
|
||||
<select id="selectCashOutSum" resultType="Double">
|
||||
|
||||
Reference in New Issue
Block a user