|
@@ -96,11 +96,6 @@ public class PlaceOperatorService implements IPlaceOperatorService{
|
|
|
return myBatisDao.getList("placeOperatorSqlMapper.findPlaceDefindedByOperator", placeId);
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- public boolean deleteById(Long id) {
|
|
|
- myBatisDao.delete("placeOperatorSqlMapper.deleteById", id);
|
|
|
- return true;
|
|
|
- }
|
|
|
|
|
|
@Override
|
|
|
public int countUnclassfiedPlace(Map<String, Object> paramMap) {
|
|
@@ -117,4 +112,10 @@ public class PlaceOperatorService implements IPlaceOperatorService{
|
|
|
myBatisDao.save("placeOperatorSqlMapper.update", paramMap);
|
|
|
return true;
|
|
|
}
|
|
|
+
|
|
|
+ @Override
|
|
|
+ public boolean deleteRelationShip(Long id) {
|
|
|
+ myBatisDao.save("placeOperatorSqlMapper.deleteRelationShip", id);
|
|
|
+ return true;
|
|
|
+ }
|
|
|
}
|