Explorar o código

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

hu %!s(int64=2) %!d(string=hai) anos
pai
achega
12d6049199

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

@@ -247,7 +247,7 @@ public class notice extends Controller {
         dbConnect.runSqlUpdate(sqlFactoryupdate);
         dbConnect.runSqlUpdate(sqlFactoryupdate);
         //发送消息
         //发送消息
         for (String id : stringArray) {
         for (String id : stringArray) {
-            sendMsg(Long.parseLong(id));
+            //sendMsg(Long.parseLong(id));
         }
         }
         return getSucReturnObject().toString();
         return getSucReturnObject().toString();
     }
     }