企标制修订立项计划流程 模板下载的企标类别优化
This commit is contained in:
@@ -92,4 +92,6 @@ public interface DicTypeEODao extends BaseMapper<DicTypeEO> {
|
||||
List<DicTypeEO> selectPidByCode(@Param("fileType") String fileType);
|
||||
|
||||
List<DicTypeEO> selectDic(String id);
|
||||
|
||||
List<String> selectByDicId(@Param("dicId") String dicId);
|
||||
}
|
||||
|
||||
@@ -88,4 +88,5 @@ public interface IDicTypeEOService extends IService<DicTypeEO> {
|
||||
|
||||
public List<Map<String,String>> getDicTypeByParentCodes(String dicTypeCode);
|
||||
|
||||
List<String> selectByDicId(String dicId);
|
||||
}
|
||||
|
||||
@@ -278,6 +278,11 @@ public class DicTypeEOServiceImpl extends ServiceImpl<DicTypeEODao,DicTypeEO> im
|
||||
return listMap;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> selectByDicId(String dicId) {
|
||||
return dicTypeEODao.selectByDicId(dicId);
|
||||
}
|
||||
|
||||
/**
|
||||
* @Author liwenxuan
|
||||
* @Description 用来企业大类判断新增是否重复
|
||||
|
||||
Reference in New Issue
Block a user