Browse Source

update

shuiqilin
houyi 1 year ago
parent
commit
be37aee2bb

+ 1
- 0
application.pid View File

@@ -0,0 +1 @@
40272

+ 1
- 1
src/main/java/com/qtzl/alterSales/manager/quartz/RefundStatsTask.java View File

@@ -40,7 +40,7 @@ public class RefundStatsTask extends AbstractManager {
/**
* 每天凌晨两点执行退费统计
*/
@Scheduled(cron = "0 2 * * *")
@Scheduled(cron = "0 0 2 * * ?")
public void statsRefund() {
try {
List<Object[]> refundStatsGroupByChannelId = fssPaccountRefundRepo.findRefundStatsGroupByChannelId();

+ 1
- 1
src/main/resources/application.yml View File

@@ -1,6 +1,6 @@
spring:
profiles:
active: dev
active: prod
# Redis数据源
# redis:
# # Redis数据库索引(默认为0)

Loading…
Cancel
Save