|
|
@@ -1570,7 +1570,7 @@ public class WalletService {
|
|
|
R<Freeze> freezeR = payCenterService.walletFreeze(uid, channel, filter, money, orderNo);
|
|
|
if (!freezeR.getStatus()) {
|
|
|
log.error("资金冻结异常:{}", JSONObject.toJSONString(freezeR));
|
|
|
- HttpResult.error(freezeR.getMsg());
|
|
|
+ return HttpResult.error(freezeR.getMsg());
|
|
|
}
|
|
|
return HttpResult.ok("冻结成功");
|
|
|
}
|