|
|
@ -96,7 +96,7 @@ public class FowlActivity extends BaseActivity { |
|
|
protected void successUI() { |
|
|
protected void successUI() { |
|
|
list.clear(); |
|
|
list.clear(); |
|
|
for (int i =0;i<rpcobj.size();i++){ |
|
|
for (int i =0;i<rpcobj.size();i++){ |
|
|
list.add(new HatcheryBean(Long.parseLong(rpcobj.get(i).getString("Item1")),rpcobj.get(i).getString("Item2"))); |
|
|
|
|
|
|
|
|
list.add(new HatcheryBean(Long.parseLong(rpcobj.get(i).getString("Item1")),rpcobj.get(i).getString("Item2").substring(1))); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|