sunpengfei
2025-08-21 d1ab857c45b29cf8721bfe1892356a45beeecfd8
FlexJobApi.UserServer.Application/ElectronSign/Commands/ContractTemplateCommandHandler.cs
@@ -62,7 +62,7 @@
                 null,
                 entity =>
                 {
                     if (entity.Code != request.Code || entity.Name != request.Name)
                     if (entity.Code.IsNotNull() && entity.Name.IsNotNull() && (entity.Code != request.Code || entity.Name != request.Name || entity.WxmpQrCode.IsNull()))
                     {
                         entity.WxmpQrCode = wxmpUtils.GetQrCodeOssUrl(new WxmpGetQrCodeCommand
                         {