app策略,加密隧道行为,基础协议,去掉多余循环,属性名获取采用ajax

This commit is contained in:
wangxin
2018-10-25 12:51:29 +08:00
parent 632187702e
commit c98400a7f0
11 changed files with 262 additions and 73 deletions

View File

@@ -20,7 +20,7 @@ import com.nis.web.service.BaseService;
public class SpecificServiceCfgService extends BaseService{
@Autowired
private SpecificServiceCfgDao specificServiceCfgDao;
private SpecificServiceCfgDao specificServiceCfgDao;
/**
* 根据id查询对象
@@ -30,6 +30,12 @@ public class SpecificServiceCfgService extends BaseService{
public SpecificServiceCfg getBySpecServiceId(Integer specServiceId) {
return specificServiceCfgDao.getBySpecServiceId(specServiceId);
}
public List<SpecificServiceCfg> getBySpecServiceCodes(String specServiceCodes) {
for(String specServiceId:specServiceCodes.split(",")) {
Integer.parseInt(specServiceId);
}
return specificServiceCfgDao.getBySpecServiceCodes(specServiceCodes);
}
/**
* 查询所有符合条件的顶层分页
* @param page