|
@@ -930,7 +930,7 @@ namespace OASystem.API.Controllers
|
|
|
}
|
|
|
|
|
|
_geView.GroupInvitationalFeeViews = groupInvitationalFeeViews;
|
|
|
- _geView.GroupInvitationalFeeStr = string.Format(@"人民币总费用:{0} CNY", InvitationalCNYTotalPrice);
|
|
|
+ _geView.GroupInvitationalFeeStr = string.Format(@"人民币总费用:{0} CNY", InvitationalCNYTotalPrice.ToString("#.00"));
|
|
|
#endregion
|
|
|
|
|
|
#region 保险费用
|