From c1a891bed1180850f34786185055caedfff2691d Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 18 三月 2019 15:53:16 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Auction/AuctionHelpModel.cs |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/System/Auction/AuctionHelpModel.cs b/System/Auction/AuctionHelpModel.cs
index 7ffa8e3..a1add02 100644
--- a/System/Auction/AuctionHelpModel.cs
+++ b/System/Auction/AuctionHelpModel.cs
@@ -103,7 +103,7 @@
                 }
             }
 
-        }     
+        }
 
         public List<AuctionItemConfig> GetAuctionItemList(int index)//鑾峰彇鍏虫敞鍒楄〃
         {
@@ -180,6 +180,16 @@
             }
             return score;
         }
+
+        public bool WhetherEquipped(int equipLevel, int equipPlace)//鏄惁瑁呭
+        {
+            bool isBool = false;
+            string equipGuid = string.Empty;
+            var equipSet = equipModel.GetEquipSet(equipLevel);
+            equipGuid = equipSet.GetEquip(equipPlace);
+            isBool = !string.IsNullOrEmpty(equipGuid);
+            return isBool;
+        }
     }
 
 }

--
Gitblit v1.8.0