noSendArricedFenguanList = SplitArrivedParam(lib.IsSendArrivedNotice);
+ // 读者不属于不发消息的分馆,才会给这个读者发通知
+ if (noSendArricedFenguanList.Contains(user.libraryCode) == true)
+ {
+ strError = ""; //将在架预约的提示清掉。
+ }
+ }
+ }
+
+
}
}
diff --git a/dp2weixinP2P/Views/Home/LibraryM.cshtml b/dp2weixinP2P/Views/Home/LibraryM.cshtml
index c6fabb6d..8860d678 100644
--- a/dp2weixinP2P/Views/Home/LibraryM.cshtml
+++ b/dp2weixinP2P/Views/Home/LibraryM.cshtml
@@ -888,10 +888,13 @@
-
+
+