|
|
@@ -348,8 +348,9 @@ public class ReportQueryCriteriaActivity extends BaseActivity implements View.On
|
|
|
} else if (!TextUtils.isEmpty(mDefaultCondition)) {
|
|
|
intent.putExtra("condition", mDefaultCondition);
|
|
|
} else {
|
|
|
- ToastMessage("请确定查询条件!");
|
|
|
- return;
|
|
|
+// ToastMessage("请确定查询条件!");
|
|
|
+// return;
|
|
|
+ intent.putExtra("condition", "1 = 1");
|
|
|
}
|
|
|
if (mReportInfo != null) {
|
|
|
intent.putExtra("reportName", mReportInfo.getReportName());
|