Merge remote-tracking branch 'origin/dev' into dev
| | |
| | | withdrawDetail.setStatus("SUCCESS"); |
| | | withdrawDetailService.updateById(withdrawDetail); |
| | | orderService.updateById(order); |
| | | }else if ("CANCELLED".equals(state)){ |
| | | }else if ("CANCELLED".equals(state)||"CANCELING".equals(state)||"FAIL".equals(state)){ |
| | | // 校验提现 |
| | | List<Withdraw> list = withdrawService.lambdaQuery().eq(Withdraw::getUserId, order.getUserId()) |
| | | .eq(Withdraw::getOrderId, order.getId()).list(); |
| | |
| | | return allTransfersSuccessful; |
| | | } |
| | | |
| | | // public static void main(String[] args) { |
| | | // String s = "1827928ae317443a8ef788e9ed56e8dc"; |
| | | // String s1 = HttpUtil.queryTransBatRequest(WechatConstants.WE_CHAT_PAY_QUERY_URL_PRE + s, |
| | | // "7EEA04429B006E12AAA421C002EC48BBEED5BE94", |
| | | // "1665330417", |
| | | // "D:\\apiclient_key.pem", WechatConstants.WE_CHAT_QUERY_URL_SUF + s); |
| | | // System.err.println(s1); |
| | | // } |
| | | |
| | | } |
| | |
| | | </select> |
| | | |
| | | <select id="excelExportList" resultMap="BaseResultMap"> |
| | | select * |
| | | SELECT o.id,o.reservation_name |
| | | ,o.reservation_name |
| | | ,o.reservation_phone |
| | | ,o.reservation_address |
| | | ,o.time |
| | | ,o.complete_time |
| | | ,o.serve_name |
| | | ,o.site_name |
| | | ,o.server_name |
| | | ,o.server_phone |
| | | ,o.remark |
| | | |
| | | from t_order o |
| | | <where> |
| | | o.is_delete = 0 |