|
|
|
@ -28,7 +28,7 @@ public class MembershipApplyHistoryListFilterPlugin extends ListPlugin { |
|
|
|
Object billNumber = parentParams.get(PARAM_BILL_NUMBER); |
|
|
|
Object billNumber = parentParams.get(PARAM_BILL_NUMBER); |
|
|
|
if (billNumber != null && !billNumber.toString().isEmpty()) { |
|
|
|
if (billNumber != null && !billNumber.toString().isEmpty()) { |
|
|
|
filter.add(new FilterItem(FIELD_NUMBER, "=", billNumber.toString())); |
|
|
|
filter.add(new FilterItem(FIELD_NUMBER, "=", billNumber.toString())); |
|
|
|
filter.add(new FilterItem("history", "=", "1")); |
|
|
|
filter.add(new FilterItem("history", "=", "0")); |
|
|
|
} |
|
|
|
} |
|
|
|
return filter; |
|
|
|
return filter; |
|
|
|
} |
|
|
|
} |
|
|
|
|