Merge remote-tracking branch 'origin/zhangjunhe'
This commit is contained in:
commit
fb6dd0cc35
|
@ -48,8 +48,8 @@ public class ShangTangController {
|
|||
*/
|
||||
@RequestMapping("insertTaskList")
|
||||
@ApiOperation("场景任务列表插入")
|
||||
//@Scheduled(cron = "0 */1 * * * ?")
|
||||
//@Transactional
|
||||
@Scheduled(cron = "0 */1 * * * ?")
|
||||
@Transactional
|
||||
public void insertTaskList(){
|
||||
|
||||
taskListControllerDao.deleteAll();
|
||||
|
|
Loading…
Reference in New Issue