|
|
@@ -38,8 +38,8 @@ public class ProcudeFeed {
|
|
|
|
|
|
|
|
|
//生成采食记录
|
|
|
-// @Scheduled(cron = "12 0 * * * ?")
|
|
|
- @Scheduled(cron = "12 * * * * ?")
|
|
|
+ @Scheduled(cron = "12 0 * * * ?")
|
|
|
+// @Scheduled(cron = "12 * * * * ?")
|
|
|
private void saveFeed() {
|
|
|
QueryWrapper<EnvDevice> queryWrapper = new QueryWrapper<>();
|
|
|
queryWrapper.eq("farm_id", 21).eq("device_type", 3);
|