Browse Source

no message

master
lh 7 years ago
parent
commit
67cdae0908
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      app/src/main/java/com/qhclh/ytzh/work/tablepoultry/changle/ChangleFragment.java

+ 6
- 1
app/src/main/java/com/qhclh/ytzh/work/tablepoultry/changle/ChangleFragment.java View File

@ -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) {


Loading…
Cancel
Save