优化企标导入功能

This commit is contained in:
SUNJIABIN
2023-03-29 19:51:51 +08:00
parent fdbd2a3336
commit 6bddbb8e77
8 changed files with 283 additions and 32 deletions
@@ -85,4 +85,7 @@ public interface DicTypeEODao extends BaseMapper<DicTypeEO> {
*/
public List<DicTypeEO> getDicInfo(@Param("filed") String... filed);
String selectByPid(@Param("Info") String Info);
List<DicTypeEO> selectByPidInfo(@Param("pid") String pid);
}