大屏项目初始化
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user