b端登录调整

This commit is contained in:
zhangchenbiao
2023-05-30 15:16:53 +08:00
parent eb7c3a8ead
commit 9c255b6d84
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);
}