修复点击Dictionary菜单报错
This commit is contained in:
@@ -40,7 +40,7 @@ public class DictController extends BaseController {
|
|||||||
return "/sys/dictList";
|
return "/sys/dictList";
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping(value = {"/topicAndWebsiteList", ""})
|
@RequestMapping(value = {"/topicAndWebsiteList"})
|
||||||
public String topicList(SysDataDictionaryItem sysDictItem,HttpServletRequest request, HttpServletResponse response, Model model) {
|
public String topicList(SysDataDictionaryItem sysDictItem,HttpServletRequest request, HttpServletResponse response, Model model) {
|
||||||
if(sysDictItem ==null){
|
if(sysDictItem ==null){
|
||||||
sysDictItem=new SysDataDictionaryItem();
|
sysDictItem=new SysDataDictionaryItem();
|
||||||
|
|||||||
Reference in New Issue
Block a user