sunpengfei
2025-08-18 95c55328a6c2429beace30f687b5b46d453efbf1
FlexJobApi.UserServer.Application/Users/Commands/SyncUserCommandHandler.cs
@@ -45,6 +45,14 @@
            }
            request.Enterprise.Adapt(enterprise);
            enterprise.LicenseImage = GetOssUrl(enterprise.LicenseImage, request.Enterprise.LicenseImage);
            if (enterprise.LicenseImage.IsNotNull() && enterprise.EnterpriseType.IsNull())
            {
                var result = await BaiduOcrUtils.OcrBusinessLicense(enterprise.LicenseImage);
                if (result?.Model != null)
                {
                    result.Model.Adapt(enterprise);
                }
            }
            if (enterprise.EnterpriseAuth != null)
            {
                enterprise.EnterpriseAuth.IdentityImg = GetOssUrl(enterprise.EnterpriseAuth.IdentityImg, request.Enterprise.EnterpriseAuth.IdentityImg);