|
|
|
@@ -12,19 +12,19 @@ import java.util.Map; |
|
|
|
*/ |
|
|
|
public interface WxBillAllService { |
|
|
|
|
|
|
|
Map<String,Object> listAsPage(WxBillAll wxBillAll, Integer pageNum, Integer pageSize); |
|
|
|
Map<String, Object> listAsPage(WxBillAll wxBillAll, Integer pageNum, Integer pageSize); |
|
|
|
|
|
|
|
List<Map<String,Object>> listBillOweAndWaitPay(WxBillAll wxBillAll); |
|
|
|
List<Map<String, Object>> listBillOweAndWaitPay(WxBillAll wxBillAll); |
|
|
|
|
|
|
|
ResultData listBill(WxBillAll wxBillAll); |
|
|
|
|
|
|
|
void updateBill(Map<String,Object> bill); |
|
|
|
void updateBill(Map<String, Object> bill); |
|
|
|
|
|
|
|
void exportBill(HttpServletRequest request, HttpServletResponse response, WxBillAll wxBillAll); |
|
|
|
|
|
|
|
Object getBillInfo(WxBillAll wxBillAll); |
|
|
|
|
|
|
|
Long hasOweBill(Long contractId,Integer type); |
|
|
|
Long hasOweBill(Long contractId, Integer type); |
|
|
|
|
|
|
|
/** |
|
|
|
* 发送待缴通知邮件 |
|
|
|
@@ -38,10 +38,14 @@ public interface WxBillAllService { |
|
|
|
|
|
|
|
/** |
|
|
|
* 欠缴商户分页列表 |
|
|
|
* |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
Map<String, Object> getOweBillAsPage(WxBillAll record, Integer pageNum, Integer pageSize); |
|
|
|
|
|
|
|
|
|
|
|
void exportOweMerchant(WxBillAll record, HttpServletRequest request, HttpServletResponse response); |
|
|
|
} |
|
|
|
|
|
|
|
void updateBillStatus(WxBillAll record); |
|
|
|
|
|
|
|
} |