sunpengfei
22 小时以前 fd1d2c1d5f519ddb4667019d6685ff270ad6716b
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);