|
|
@ -479,7 +479,8 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
|
|
|
|
data.add(rate);
|
|
|
|
data.add(rate);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
JSONObject temp = new JSONObject();
|
|
|
|
JSONObject temp = new JSONObject();
|
|
|
|
temp.put(tName.getString(strt),data);
|
|
|
|
temp.put("data",data);
|
|
|
|
|
|
|
|
temp.put("name",tName.getString(strt));
|
|
|
|
rates.add(temp);
|
|
|
|
rates.add(temp);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return rates;
|
|
|
|
return rates;
|
|
|
|