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

ibizdev提交

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