修改企业注册重复问题。
This commit is contained in:
@@ -31,4 +31,6 @@ public interface CompanyMapper extends BaseMapper<Company>
|
||||
Company selectCompanyByJobId(Long jobId);
|
||||
|
||||
List<Company> selectByNames(List<String> list);
|
||||
|
||||
public Company selectByCode(@Param("code") String code);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user