|
|
@@ -264,7 +264,7 @@ public class ReportStatisticsActivity extends BaseActivity {
|
|
|
|
|
|
}
|
|
|
|
|
|
- String recentJson = JSON.toJSON(recentBrowse).toString();
|
|
|
+ String recentJson = JSON.toJSON(resultBrowse).toString();
|
|
|
CommonUtil.setSharedPreferences(ReportStatisticsActivity.this
|
|
|
, mCurrentUser + mCurrentMaster + com.xzjmyk.pm.activity.ui.erp.activity.datainquiry.Constants.CONSTANT.REPORT_QUERY_MENU_RECENT_CACHE
|
|
|
, recentJson);
|