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