username@email.com
2026-03-18 e917506085f6b753b16a527c9bbdf3d13df1b0e0
CY_ECommercePlatform/CY.WebForm/Pages/financial/OrderMoneyReceive.aspx.cs
@@ -175,7 +175,7 @@
                if (m_OA_CorporateClients != null)
                {
                    this.nowCustomMoney.InnerHtml = "¥" + (m_OA_CorporateClients.Prepayments ?? 0).ToString("0.00");
                    this.nowCredit.InnerHtml = "¥" + (m_OA_CorporateClients.Credit ?? 0).ToString("0.00");
                    this.nowCredit.InnerHtml = "¥0";//"¥" + (m_OA_CorporateClients.Credit ?? 0).ToString("0.00");
                }
                else
                {