提交 6c55eddc 编写于 作者: M megagao

修改了代码格式

上级 960b15dc
......@@ -36,7 +36,6 @@ public class CustomController {
return custom;
}
@RequestMapping("/find")
public String find() throws Exception{
return "custom_list";
......@@ -191,7 +190,8 @@ public class CustomController {
//搜索
@RequestMapping("/search_custom_by_customId")
@ResponseBody
public EUDataGridResult searchCustomByCustomId(Integer page, Integer rows, String searchValue) throws Exception{
public EUDataGridResult searchCustomByCustomId(Integer page, Integer rows, String searchValue)
throws Exception{
EUDataGridResult result = customService.searchCustomByCustomId(page, rows, searchValue);
return result;
}
......@@ -199,7 +199,8 @@ public class CustomController {
//搜索
@RequestMapping("/search_custom_by_customName")
@ResponseBody
public EUDataGridResult searchCustomByCustomName(Integer page, Integer rows, String searchValue) throws Exception{
public EUDataGridResult searchCustomByCustomName(Integer page, Integer rows, String searchValue)
throws Exception{
EUDataGridResult result = customService.searchCustomByCustomName(page, rows, searchValue);
return result;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册