|
|
|
@@ -799,7 +799,9 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
wxBillProperty.setChildList(childList); |
|
|
|
//主账单列表 |
|
|
|
propertyResultList.add(wxBillProperty); |
|
|
|
allResultList.add(wxBillProperty); |
|
|
|
if (new BigDecimal(wxBillProperty.getReceivePay()).compareTo(new BigDecimal(0)) > 0 ) { |
|
|
|
allResultList.add(wxBillProperty); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (null != fixedList && fixedList.size() > 0 ) { |
|
|
|
|