Kaynağa Gözat

调整顺序

yumeng 4 yıl önce
ebeveyn
işleme
83b819f495

+ 1 - 1
module-oa/src/main/java/cn/com/ctop/oa/modules/service/impl/AppchatCreateServiceImpl.java

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