wzy hai 1 mes
pai
achega
a132a7a336

+ 1 - 1
src/main/java/com/malk/pro/zyjn/service/impl/ZyjnServiceImpl.java

@@ -102,7 +102,7 @@ public class ZyjnServiceImpl implements ZyjnService {
                 Map<String,Object> param3 = new HashMap<>();
                 param3.put("access_token",ddClient.getAccessToken());
                 Map body3 = new HashMap<>();
-                body3.put("userid_list",userId);
+                body3.put("userid_list",user.get("userid"));
                 body3.put("start_time",startDate.getTime());
                 body3.put("end_time",endDate.getTime());
                 body3.put("offset",0);