Commit b92e4d48 authored by fangxinjiang's avatar fangxinjiang

新增定时任务服务及配置

parent 66aa035b
......@@ -173,7 +173,7 @@ public class SysMenuServiceImpl extends ServiceImpl<SysMenuMapper, SysMenu> impl
*/
@Override
public List<SysMenu> listOfPageMenu(SysMenu sysMenu) {
sysMenu.setDelFlag(CommonConstants.STATUS_DEL);
sysMenu.setDelFlag(CommonConstants.STATUS_NORMAL);
return baseMapper.selectList(buildQueryWrapper(sysMenu));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment