正式环境配置文件

This commit is contained in:
GYJ
2025-01-04 21:44:44 +08:00
parent d57fc833f2
commit 8eab8bb1e2
4 changed files with 209 additions and 64 deletions

View File

@@ -90,7 +90,6 @@ public class TempOrdersTask {
this.sysUserMoneyDetailsService = sysUserMoneyDetailsService;
}
@Scheduled(cron = "0 0/10 * * * ? ")
public void order() {
if (!"pay".equals(profiles)) {