|
|
|
@@ -579,6 +579,7 @@ public class WxEnergyController extends BaseController { |
|
|
|
record.setSortColumns(BaseEntity.SortField.CreateTime_DESC); |
|
|
|
if (null != record.getIsFeesShopQuery() && record.getIsFeesShopQuery() == EnumYesOrNo.YES.getCode()) { |
|
|
|
List<Integer> billTypeList = new ArrayList<Integer>(); |
|
|
|
billTypeList.add(EnumBillAllType.PROPERTY.getCode()); |
|
|
|
billTypeList.add(EnumBillAllType.DAILY.getCode()); |
|
|
|
billTypeList.add(EnumBillAllType.OTHER.getCode()); |
|
|
|
record.setBillTypeList(billTypeList); |
|
|
|
|