username@email.com
8 天以前 f6cb981322bc4c2a27921ad0480dce7fb483a4d8
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
                {