|
|
|
@@ -184,6 +184,7 @@ public class WxBillAllHelper { |
|
|
|
public WxBillHotNotify getBillRentManageHotNotify(WxMerchant wxMerchant,Date starttime, Date enttime,EnumRentContractManageFeeType manageFeeType) { |
|
|
|
WxBillRentManage brm = new WxBillRentManage(); |
|
|
|
updateQueryParm(wxMerchant, brm,starttime,enttime); |
|
|
|
brm.setManageFeeType(manageFeeType.getCode()); |
|
|
|
WxBillHotNotify notify = wxBillRentManageService.getBillHotNotify(brm); |
|
|
|
if (null == notify) { |
|
|
|
notify = new WxBillHotNotify(); |
|
|
|
|