|
@@ -338,12 +338,10 @@ public class GoodsController {
|
|
|
/**
|
|
|
* 资产维护检测定时任务
|
|
|
* 参数:
|
|
|
- * id:资产id
|
|
|
- *
|
|
|
* @return
|
|
|
*/
|
|
|
@ApiOperation(value = "资产维护检测定时任务", notes = "资产维护检测定时任务")
|
|
|
- @RequestMapping("/isMaintainRecordExcel")
|
|
|
+ @RequestMapping("/goodsMaintainChecking")
|
|
|
@ResponseBody
|
|
|
@Scheduled(cron = "0 0 23 * * ?")//配置时间点触发(每日23点)
|
|
|
public HttpRespMsg goodsMaintainChecking(Goods goods,HttpServletResponse response) {
|