|
@@ -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();
|
|
|
}
|
|
}
|