大屏项目初始化

This commit is contained in:
2026-03-03 23:05:02 +08:00
parent 3df814d718
commit 424527c62f
32 changed files with 1382 additions and 1286 deletions

View File

@@ -26,7 +26,7 @@ public class erpJobs {
@Resource
private ErpTransactionFlowService flowService;
@Scheduled(cron = "10 30 2 * * ?")
@Scheduled(cron = "0 0 */2 * * ?")
public void updateErpIndex() {
try {
final BigDecimal BUDGET_AMOUNT = new BigDecimal("3000");