|
|
@@ -444,11 +444,12 @@ public class ExpenseFlowServiceImpl extends SuperService implements ExpenseFlowS
|
|
|
*/
|
|
|
public void handleWxSurePaymentTypeOrderPayCallSuccess(WeChatMiniAppPayRet ret) {
|
|
|
String orderNo = ret.getOutTradeNo();
|
|
|
-
|
|
|
+ log.info("handleWxSurePaymentTypeOrderPayCallSuccess 微信支付回调: {}", orderNo);
|
|
|
String status = "";
|
|
|
String msg = "";
|
|
|
ExpenseFlow expenseFlow = expenseFlowDao.findTopByPaymentNo(orderNo);
|
|
|
if (ObjectUtils.isNotEmpty(expenseFlow)) {
|
|
|
+ // 记录回调参数
|
|
|
expenseFlow.addMetaInfo(OrderConfig.wxSurePaymentTypeOrderPay, ret);
|
|
|
// 支付结果状态
|
|
|
switch (ret.getTradeState()) {
|