@@ -19,7 +19,7 @@ public class IrradiationinputController {
@Resource
private IrradiationinputService irradiationinputService;
-// @Scheduled(cron = "*/1 * * * * *")
+// @Scheduled(cron = "0 */1 * * * ?")
@GetMapping("/input")
@ResponseBody
@ApiOperation(value = "首页", notes = "首页")