|
|
@@ -65,7 +65,7 @@ public class PatentTask {
|
|
|
* 4、在相隔30天、20天、10天、3天、2天、1天分别一次提醒。原是在距离90天提醒。
|
|
|
*/
|
|
|
@Scheduled(cron = "0 0 0 * * ?")
|
|
|
- @RequestMapping(value = "/open/patentRemind", method = RequestMethod.GET)
|
|
|
+// @RequestMapping(value = "/open/patentRemind", method = RequestMethod.GET)
|
|
|
public void patentRemind() {
|
|
|
LoggerUtils.debug(getClass(), "====================开始检查专利提醒==================");
|
|
|
try {
|