|
|
@@ -118,6 +118,13 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
result.put("propertyOweCount",wxPropertyContractMapper.queryOweCount(propertyContract)); |
|
|
result.put("propertyOweCount",wxPropertyContractMapper.queryOweCount(propertyContract)); |
|
|
//押金欠缴 |
|
|
//押金欠缴 |
|
|
result.put("depositOweCount",wxBillPropertyDepositMapper.queryOweCount(propertyContract)); |
|
|
result.put("depositOweCount",wxBillPropertyDepositMapper.queryOweCount(propertyContract)); |
|
|
|
|
|
//押金状态 |
|
|
|
|
|
WxBillPropertyDeposit wxBillPropertyDeposit = new WxBillPropertyDeposit(); |
|
|
|
|
|
wxBillPropertyDeposit.setPropertyContractId(id); |
|
|
|
|
|
List<WxBillPropertyDeposit> select = wxBillPropertyDepositMapper.select(wxBillPropertyDeposit); |
|
|
|
|
|
if (!select.isEmpty()) { |
|
|
|
|
|
result.put("depositStatus", select.get(0).getStatus()); |
|
|
|
|
|
} |
|
|
//发起人备注 |
|
|
//发起人备注 |
|
|
WxFlowRecord wxFlowRecord = new WxFlowRecord(); |
|
|
WxFlowRecord wxFlowRecord = new WxFlowRecord(); |
|
|
wxFlowRecord.setBusinessId(id); |
|
|
wxFlowRecord.setBusinessId(id); |
|
|
|