|
@@ -42,7 +42,7 @@ public class SendJyDqData {
|
|
|
@Autowired
|
|
|
SysParameterService sysParameterService;
|
|
|
|
|
|
- @Scheduled(cron = "0 0/1 * * * ?")
|
|
|
+ @Scheduled(cron = "0 0 5 * * ?")
|
|
|
public void sendJyDqData() {
|
|
|
int autoSendDq = Integer.parseInt(sysParameterService.getSysParameterAndAll("AUTO_SEND_DQ", "0"));
|
|
|
if (autoSendDq==1){
|