From 5c95d05b3a8fe7c7f818cc9c5eecd702fda17494 Mon Sep 17 00:00:00 2001 From: lh <1209405678@qq.com> Date: Tue, 3 Apr 2018 13:46:25 +0800 Subject: [PATCH] no message --- .../com/qhclh/ytzh/work/Hatchery/HatcheryReportActivity.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/main/java/com/qhclh/ytzh/work/Hatchery/HatcheryReportActivity.java b/app/src/main/java/com/qhclh/ytzh/work/Hatchery/HatcheryReportActivity.java index ee731eb..387e009 100644 --- a/app/src/main/java/com/qhclh/ytzh/work/Hatchery/HatcheryReportActivity.java +++ b/app/src/main/java/com/qhclh/ytzh/work/Hatchery/HatcheryReportActivity.java @@ -189,10 +189,7 @@ public class HatcheryReportActivity extends BaseActivity { @Subscribe(threadMode = ThreadMode.MAIN, sticky = false) public void onEvent(ChoseTimeEvent event) { -// System.out.println("aaa+++starttiem+++"+event.getStartDate()); -// System.out.println("aaa+++endtime+++"+event.getEndDate()); QueryHatchingStoreDetails(hatchingStoreID,event.getStartDate(),event.getEndDate()); - } private void QueryHatchingStoreDetails(final long id,final Date starDate,final Date endDate) {