Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner

This commit is contained in:
苏竹红
2023-05-31 09:50:16 +08:00
10 changed files with 15 additions and 8 deletions

View File

@@ -28,5 +28,5 @@ public interface EnterpriseMapper {
* @param enterpriseId
* @return
*/
EnterpriseDO getEnterpriseById(@Param("enterpriseId") String enterpriseId);
EnterpriseDO getEnterpriseById(@Param("id") String id);
}