1.修改岗位上传添加社会信用代码
2.修改es查询时,不放逐添加,修改为精准查询
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user