| | |
| | | **/ |
| | | public KeyOrder selectById(String id); |
| | | |
| | | public KeyOrder selectByIdForUpdate(String id); |
| | | |
| | | /** |
| | | * @return void |
| | | * @author hxh |
| | |
| | | * @param: day |
| | | * @return void |
| | | **/ |
| | | public void paySuccess(String id, String stateDesc,String day) throws WxOrderCountException ; |
| | | public void paySuccess(String id, String stateDesc,String day,String payMerchant) throws WxOrderCountException ; |
| | | |
| | | |
| | | /** |
| | |
| | | */ |
| | | public long countAgentId(KeyOrderMapper.DaoQuery query); |
| | | |
| | | /** |
| | | * @author hxh |
| | | * @description 统计用户还没处理的订单数量 |
| | | * @date 18:26 2025/2/7 |
| | | * @param: uid |
| | | * @param: minCreateTime |
| | | * @return long |
| | | **/ |
| | | public long countUserNotDoOrder(Long uid, Date minCreateTime); |
| | | |
| | | /** |
| | | * 拒绝支付 |
| | | * @param id |
| | | * @param rejectMsg |
| | | */ |
| | | public void rejectPay(String id,String rejectMsg); |
| | | |
| | | } |