|
|
@@ -117,6 +117,7 @@ public class WxBillAllServiceImpl implements WxBillAllService { |
|
|
ArrayList typeList = new ArrayList(); |
|
|
ArrayList typeList = new ArrayList(); |
|
|
typeList.add(EnumBillTypeParam.RENT_DEPOSIT.getCode()); |
|
|
typeList.add(EnumBillTypeParam.RENT_DEPOSIT.getCode()); |
|
|
typeList.add(EnumBillTypeParam.PROPERTY_DEPOSIT.getCode()); |
|
|
typeList.add(EnumBillTypeParam.PROPERTY_DEPOSIT.getCode()); |
|
|
|
|
|
typeList.add(EnumBillTypeParam.ATHER_DEPOSIT.getCode()); |
|
|
wxBillAll.setTypeList(typeList); |
|
|
wxBillAll.setTypeList(typeList); |
|
|
} else if (wxBillAll.getBillTypeValue().equals(EnumBillType.PROPERTY.getCode())) { |
|
|
} else if (wxBillAll.getBillTypeValue().equals(EnumBillType.PROPERTY.getCode())) { |
|
|
wxBillAll.setBillTypeValue(EnumBillTypeParam.PROPERTY.getCode()); |
|
|
wxBillAll.setBillTypeValue(EnumBillTypeParam.PROPERTY.getCode()); |
|
|
|