FlexJobApi.UserServer.Application/ElectronSign/Commands/ContractTemplateCommandHandler.cs
@@ -77,8 +77,6 @@ null, entity => { if (entity.Code.IsNotNull() && entity.Name.IsNotNull() && (entity.Code != request.Code || entity.Name != request.Name || entity.WxmpQrCode.IsNull())) { entity.WxmpQrCode = wxmpUtils.GetQrCodeOssUrl(new WxmpGetQrCodeCommand { UserType = EnumUserType.Personal, @@ -88,7 +86,6 @@ CheckPath = false, Scene = $"{request.Code}", }).Result; } request.Adapt(entity);