Authored by 张帅

fix

... ... @@ -276,7 +276,7 @@ public class GrassInteractiveDataCheckServiceImpl implements IGrassInteractiveDa
JSONObject result = new JSONObject();
result.put("checkUserAttentionResult", grassUserAttentionList.size() == public_count? CHECK_SUCCESS : CHECK_FAIL);
result.put("grass_userAttention_count", grassUserAttentionList.size());
result.put("public_favoritetion_count", public_count );
result.put("public_userAttention_count", public_count );
return result;
}
... ...