修改区域地域ip和地域运营商不互斥的bug
去掉cfgIndexInfo中areaIpCfg对象 cont_ip修改功能完成
This commit is contained in:
@@ -17,10 +17,9 @@ import com.nis.web.dao.MyBatisDao;
|
||||
@MyBatisDao
|
||||
public interface AreaIpCfgDao extends CrudDao<AreaIpCfg>{
|
||||
public List<AreaIpCfg> getByCompileId(@Param("compileId") int compileId) ;
|
||||
public List<AreaIpCfg> findAreaIpCfgList(CfgIndexInfo entity);
|
||||
public void saveAreaIpCfg(AreaIpCfg entity);
|
||||
public void saveAreaIpCfgFromCfgIndexInfo(CfgIndexInfo entity);
|
||||
public void updateAreaIpCfgFromCfgIndexInfo(CfgIndexInfo entity);
|
||||
public void updateAreaIpCfg(AreaIpCfg entity);
|
||||
public void updateAreaIpCfgValid(AreaIpCfg entity);
|
||||
public void deleteAreaIpCfg(AreaIpCfg entity);
|
||||
public void deleteAreaIpCfgByCfgId(CfgIndexInfo entity);
|
||||
public void deleteAreaIpCfgByCfgId(AreaIpCfg entity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user