Commit 5282249e4063df712c73927497c201d4e3935733
1 parent
9595d58e
Exists in
yxb_dev
and in
2 other branches
no message
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/src/main/java/com/shunzhi/parent/ui/fragment/report/ReportDetialFragment.java
... | ... | @@ -38,7 +38,7 @@ public class ReportDetialFragment extends BaseMVPCompatFragment<ReportDetialCont |
38 | 38 | private TextView tv_source, tv_bijiao1, tv_bijiao2, tv_bijiao3, tv_bijiao4, tv_date, tv_ranking, tv_describe; |
39 | 39 | |
40 | 40 | |
41 | - private String startDate = "2018-03-08", endDate = "2018-04-08"; | |
41 | + private String startDate = "2018-04 -08", endDate = "2018-04-08"; | |
42 | 42 | |
43 | 43 | private ChartView chartView; |
44 | 44 | |
... | ... | @@ -75,7 +75,7 @@ public class ReportDetialFragment extends BaseMVPCompatFragment<ReportDetialCont |
75 | 75 | deyuDetialAdapter = new DeyuDetialAdapter(getActivity()); |
76 | 76 | recycle_deyu.setAdapter(deyuDetialAdapter); |
77 | 77 | initChartViews(); |
78 | - mPresenter.reportDetialResult(1, 1, "70", 1, startDate, endDate); | |
78 | + mPresenter.reportDetialResult(0, 1, "70", 0, startDate, endDate); | |
79 | 79 | |
80 | 80 | } |
81 | 81 | ... | ... |