|
@@ -92,7 +92,7 @@ public class AppchatCreateServiceImpl implements IAppchatCreateService {
|
|
|
if (userInfo.getWexinName().equals("于蒙蒙") || userInfo.getWexinName().equals("吴永前")) {
|
|
|
continue;
|
|
|
}
|
|
|
- text.append("@" + userInfo.getWexinName());
|
|
|
+ text.append("@" + userInfo.getWexinName() + "");
|
|
|
}
|
|
|
JSONObject postJson = new JSONObject();
|
|
|
postJson.put("chatid", chatid);
|