提交 b650de43 编写于 作者: ibizdev's avatar ibizdev

ibizdev提交

上级 3f82079a
...@@ -38,7 +38,7 @@ public interface IIBZDictItemService extends IService<IBZDictItem>{ ...@@ -38,7 +38,7 @@ public interface IIBZDictItemService extends IService<IBZDictItem>{
List<IBZDictItem> selectByDictid(String dictid) ; List<IBZDictItem> selectByDictid(String dictid) ;
void saveByDictid(String dictid,List<IBZDictItem>) ; void saveByDictid(String dictid,List<IBZDictItem> list) ;
void removeByDictid(String dictid) ; void removeByDictid(String dictid) ;
......
...@@ -98,7 +98,7 @@ public class IBZDictServiceImpl extends ServiceImpl<IBZDictMapper, IBZDict> impl ...@@ -98,7 +98,7 @@ public class IBZDictServiceImpl extends ServiceImpl<IBZDictMapper, IBZDict> impl
@Override @Override
@Transactional @Transactional
public boolean remove(String key) { public boolean remove(String key) {
ibzdictitemService.ByDictid(key) ; ibzdictitemService.removeByDictid(key) ;
if(!removeById(key)) return false; if(!removeById(key)) return false;
return true ; return true ;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册