修改企业注册重复问题。

This commit is contained in:
sh
2026-02-02 17:54:52 +08:00
parent bb6e80ece6
commit 30faf7f933
3 changed files with 52 additions and 12 deletions

View File

@@ -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);
}