|
@@ -74,7 +74,7 @@ public class TbEnterpriseController {
|
|
|
|
|
|
@RequestMapping("getList")
|
|
|
@SaCheckPermission(TbEnterprise.PERMISSION_CODE)
|
|
|
- public AjaxJson getList() {
|
|
|
+ public AjaxJson getList() {
|
|
|
SoMap so = SoMap.getRequestSoMap();
|
|
|
List<TbEnterprise> list = tbEnterpriseService.getList(so.startPage());
|
|
|
return AjaxJson.getPageData(so.getDataCount(), list);
|