订单字段优化
This commit is contained in:
parent
d3750cb077
commit
d49f3f2d70
@ -428,6 +428,7 @@ public class AccountUserBindConnectServiceImpl extends BaseServiceImpl<AccountUs
|
||||
record.setBind_level(0);
|
||||
record.setBind_vip(0);
|
||||
|
||||
// 一定是 insert 新增,不能 saveOrUpdate
|
||||
if (add(record)) {
|
||||
return record;
|
||||
}
|
||||
|
||||
@ -293,7 +293,7 @@ public class PayUserPayServiceImpl extends BaseServiceImpl<PayUserPayMapper, Pay
|
||||
case WX_XCX:
|
||||
case WX_JSAPI:
|
||||
CommonResult orderDetail = shopService.getOrderDetail(order_id);
|
||||
orderDetail.checkFenResult();
|
||||
orderDetail.checkFenResult(); // 检查远程调用 http status 是否是200
|
||||
Map<String, Object> params = Convert.toMap(String.class, Object.class, orderDetail);
|
||||
|
||||
Map data = (Map) params.get("data");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user