企标制修订立项计划流程 模板下载的企标类别优化

This commit is contained in:
SUNJIABIN
2023-04-23 17:15:45 +08:00
parent eb6f266815
commit 369567886f
6 changed files with 21 additions and 5 deletions
@@ -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 用来企业大类判断新增是否重复