修改
This commit is contained in:
@@ -790,7 +790,8 @@ public class MemberService {
|
|||||||
MsgException.check(true, "退款渠道调用失败");
|
MsgException.check(true, "退款渠道调用失败");
|
||||||
}
|
}
|
||||||
|
|
||||||
} else if ("cashMemberIn".equals(flow.getBizCode())) {
|
}
|
||||||
|
} else if ("cashMemberIn".equals(flow.getBizCode())) {
|
||||||
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
@@ -814,11 +815,8 @@ public class MemberService {
|
|||||||
baObj.put("type","退款");
|
baObj.put("type","退款");
|
||||||
baObj.put("time",new Date());
|
baObj.put("time",new Date());
|
||||||
producer.balance(baObj.toString());
|
producer.balance(baObj.toString());
|
||||||
|
|
||||||
return Result.success(CodeEnum.SUCCESS);
|
return Result.success(CodeEnum.SUCCESS);
|
||||||
|
|
||||||
}
|
|
||||||
return Result.fail(CodeEnum.FAIL);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user