|
@@ -85,7 +85,7 @@ public class OkkiAccountServiceImpl extends ServiceImpl<OkkiAccountMapper, OkkiA
|
|
|
Map<String, Object> postData = new HashMap<>();
|
|
|
try {
|
|
|
String queryStr = HttpClientUtils.buildQueryString(query);
|
|
|
- postData.put("user_id", okkiAccount.getUserId());
|
|
|
+ postData.put("user_id", this.getById(okkiAccount.getId()).getUserId());
|
|
|
// 字符串转数组
|
|
|
String siteIds = okkiAccount.getSiteIds();
|
|
|
String[] split = siteIds.split(",");
|