姜永辉 1 anno fa
parent
commit
f5ee77a40f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/main/java/com/dk/mdm/service/xxl/XxlService.java

+ 1 - 1
src/main/java/com/dk/mdm/service/xxl/XxlService.java

@@ -225,7 +225,7 @@ public class XxlService extends BaseService<CusFollow> {
                         // 发送消息
                         Map<String, Object> mapMessage = new HashMap<>();
                         mapMessage.put("loginType", loginType);
-                        mapMessage.put("otherParam", follow);
+                        mapMessage.put("otherParam", JSONObject.toJSONString(follow));
 //                        mapMessage.put("publicOpenId", user.get("publicOpenId"));
                         mapMessage.put("userWxId", user.get("userWxId"));
                         mapMessage.put("first", "客户跟进提醒");