Sfoglia il codice sorgente

通告反发布注释发送通知代码

hu 2 anni fa
parent
commit
a321b7a947

+ 1 - 1
src/custom/restcontroller/webmanage/saletool/notice/notice.java

@@ -314,7 +314,7 @@ public class notice extends Controller {
         //发送消息
         //发送消息
         for (String id : stringArray) {
         for (String id : stringArray) {
             if (rows.isNotEmpty()) {
             if (rows.isNotEmpty()) {
-                sendOffMsg(Long.parseLong(id), rows.get(0).getString("title"));
+                //sendOffMsg(Long.parseLong(id), rows.get(0).getString("title"));
             }
             }
         }
         }
         return getSucReturnObject().toString();
         return getSucReturnObject().toString();