1.修改岗位上传添加社会信用代码

2.修改es查询时,不放逐添加,修改为精准查询
This commit is contained in:
sh
2026-03-10 20:37:47 +08:00
parent 132e4886d7
commit d918189775
7 changed files with 132 additions and 31 deletions

View File

@@ -33,4 +33,6 @@ public interface CompanyMapper extends BaseMapper<Company>
List<Company> selectByNames(List<String> list);
public Company selectByCode(@Param("code") String code);
List<Company> selectBycodes(List<String> list);
}