From ed99b4e0826ba4e739eb1667fdbefbc730281a1b Mon Sep 17 00:00:00 2001 From: alina <1449359159@qq.com> Date: Thu, 9 Mar 2023 16:53:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A4=E7=94=A2=E5=93=81=E7=82=BA=E8=A4=87?= =?UTF-8?q?=E8=A3=BD=E8=80=8C=E4=BE=86=EF=BC=8C=E4=BD=86"=E6=9C=8D?= =?UTF-8?q?=E5=8B=99=E7=89=B9=E8=89=B2"=E3=80=81"=E6=9C=8D=E5=8B=99?= =?UTF-8?q?=E7=B4=B0=E7=AF=80=E8=AA=AA=E6=98=8E"=E6=AC=84=E4=BD=8D?= =?UTF-8?q?=E5=8D=BB=E6=98=AF=E7=A9=BA=E7=9A=84=20=E7=94=A2=E5=93=81?= =?UTF-8?q?=E8=8B=A5=E7=94=B1=E8=A4=87=E8=A3=BD=E8=80=8C=E4=BE=86=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9"=E6=9C=8D=E5=8B=99banner"=E6=99=82=EF=BC=8C?= =?UTF-8?q?=E5=AD=90=E6=AF=8D=E7=94=A2=E5=93=81=E7=9A=84=E6=9C=8D=E5=8B=99?= =?UTF-8?q?banner=E6=9C=83=E8=A2=AB=E5=90=8C=E6=AD=A5(=E5=BE=8C=E5=8F=B0?= =?UTF-8?q?=E6=AD=A3=E5=BC=8F=20=E6=9C=80=E4=BD=8E=E5=83=B9=E6=B2=92?= =?UTF-8?q?=E6=9C=89=E7=A7=80=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EuroTran/EasyBL.WEBAPP/ShowEasy/ONSiteMaintain_UpdService.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/EuroTran/EasyBL.WEBAPP/ShowEasy/ONSiteMaintain_UpdService.cs b/EuroTran/EasyBL.WEBAPP/ShowEasy/ONSiteMaintain_UpdService.cs index bbc1ae1..1c3719f 100644 --- a/EuroTran/EasyBL.WEBAPP/ShowEasy/ONSiteMaintain_UpdService.cs +++ b/EuroTran/EasyBL.WEBAPP/ShowEasy/ONSiteMaintain_UpdService.cs @@ -629,7 +629,8 @@ namespace EasyBL.WEBAPP.ShowEasy //x.SupplierID, x.CancelPolicy, x.OrderMemo, - x.ServiceNo + x.ServiceNo, + x.MinPrice }).ExecuteCommand(); @@ -1479,6 +1480,8 @@ namespace EasyBL.WEBAPP.ShowEasy ServiceBaseInfoModel.ModifyDate = DateTime.Now; ServiceBaseInfoModel.CreateUser = i_crm.USERID; ServiceBaseInfoModel.ModifyUser = i_crm.USERID; + ServiceBaseInfoModel.PreviewFile = Guid.NewGuid().ToString(); + ServiceBaseInfoModel.BannerFile = Guid.NewGuid().ToString(); } if (lstServiceBaseInfo.Count() > 0) {