LEIYI 7 months ago
parent
commit
5ba26eb9c4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 3 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -5239,7 +5239,8 @@ FROM
                             Index = x.Index,
                             IsDel = 0,
                             SetDataId = x.SetDataId,
-                            SubTotal = x.SubTotal
+                            SubTotal = x.SubTotal,
+                            Remark = x.Remark
                         })
                         .ToList();
                     var updateList = dto.DayOtherPriceData
@@ -5256,6 +5257,7 @@ FROM
                             IsDel = 0,
                             SetDataId = x.SetDataId,
                             SubTotal = x.SubTotal,
+                            Remark = x.Remark
                         })
                         .ToList();
                     //添加