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