فهرست منبع

修复机具管理实际押金显示

DuGuYang 3 سال پیش
والد
کامیت
b17f9d39bc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Areas/Admin/Controllers/MainServer/PosMachinesTwoController.cs

+ 1 - 1
Areas/Admin/Controllers/MainServer/PosMachinesTwoController.cs

@@ -216,7 +216,7 @@ namespace MySystem.Areas.Admin.Controllers
 
 
                 //实际押金
                 //实际押金
                 string SeoKeyword = dic["SeoKeyword"].ToString();
                 string SeoKeyword = dic["SeoKeyword"].ToString();
-                if (SeoKeyword.Length > 2)
+                if (SeoKeyword.Length > 3)
                 {
                 {
                     SeoKeyword = (decimal.Parse(SeoKeyword) / 100).ToString();
                     SeoKeyword = (decimal.Parse(SeoKeyword) / 100).ToString();
                 }
                 }