在 `GroupsController.cs` 文件中,新增了 `TrainCost` 字段, 该字段用于将 `ntf` 对象中的 `TrainCost` 属性赋值。
@@ -9419,6 +9419,7 @@ FROM
RoomCost = ntf.RoomCost,
FoodCost = ntf.FoodCost,
PublicCost = ntf.PublicCost,
+ TrainCost = ntf.TrainCost,
LastUpdateUserId = ntf.LastUpdateUserId,
LastUpdateUserName = u.CnName,
LastUpdateTime = ntf.LastUpdateTime,