|
|
@ -126,7 +126,7 @@ public class PianquinfosActivity extends BaseActivity { |
|
|
TextView pianqu_name = view.findViewById(R.id.pianqu_name); |
|
|
TextView pianqu_name = view.findViewById(R.id.pianqu_name); |
|
|
TextView pianqu_content = view.findViewById(R.id.pianqu_content); |
|
|
TextView pianqu_content = view.findViewById(R.id.pianqu_content); |
|
|
pianqu_name.setText((i+1)+".养殖场:"+cunlanlist.get(i).getName()); |
|
|
pianqu_name.setText((i+1)+".养殖场:"+cunlanlist.get(i).getName()); |
|
|
pianqu_content.setText("厂长:"+cunlanlist.get(i).getContact()); |
|
|
|
|
|
|
|
|
pianqu_content.setText("场长:"+cunlanlist.get(i).getContact()); |
|
|
ll_cunlan.addView(view); |
|
|
ll_cunlan.addView(view); |
|
|
} |
|
|
} |
|
|
for (int i=0;i<konglanlist.size();i++){ |
|
|
for (int i=0;i<konglanlist.size();i++){ |
|
|
@ -134,7 +134,7 @@ public class PianquinfosActivity extends BaseActivity { |
|
|
TextView pianqu_name = view.findViewById(R.id.pianqu_name); |
|
|
TextView pianqu_name = view.findViewById(R.id.pianqu_name); |
|
|
TextView pianqu_content = view.findViewById(R.id.pianqu_content); |
|
|
TextView pianqu_content = view.findViewById(R.id.pianqu_content); |
|
|
pianqu_name.setText((i+1)+".养殖场:"+konglanlist.get(i).getName()); |
|
|
pianqu_name.setText((i+1)+".养殖场:"+konglanlist.get(i).getName()); |
|
|
pianqu_content.setText("厂长:"+konglanlist.get(i).getContact()); |
|
|
|
|
|
|
|
|
pianqu_content.setText("场长:"+konglanlist.get(i).getContact()); |
|
|
ll_konglan.addView(view); |
|
|
ll_konglan.addView(view); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|