update 矿机离线邮箱发送定时任务修改

This commit is contained in:
yyb
2025-10-14 15:49:23 +08:00
parent 4929188dd7
commit da64a7a517
8 changed files with 43 additions and 10 deletions

View File

@@ -36,7 +36,7 @@
wallet_outv2
<where>
<if test="startDate != null">
`date` > #{startDate}
`date` >= #{startDate}
</if>
</where>
</select>