|
|
|
@ -90,7 +90,12 @@ public class ChangleFragment extends BaseFragment { |
|
|
|
@Override |
|
|
|
public void onResume() { |
|
|
|
super.onResume(); |
|
|
|
BreedFactoryReportListView(choseDate); |
|
|
|
if (choseDate!=0) { |
|
|
|
BreedFactoryReportListView(choseDate); |
|
|
|
}else { |
|
|
|
choseDate =System.currentTimeMillis(); |
|
|
|
BreedFactoryReportListView(choseDate); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
private void BreedFactoryReportListView(final long time) { |
|
|
|
|