提交 d78477b8 authored 作者: 胡宁宁's avatar 胡宁宁

调整支付返回唯一属性

上级 cf29369b
...@@ -392,9 +392,8 @@ public class PaymentServiceImpl implements PaymentService { ...@@ -392,9 +392,8 @@ public class PaymentServiceImpl implements PaymentService {
} }
@Override @Override
public void updateOrderPaymentStatusById(String id,Integer status) { public void updateOrderPaymentStatusById(String id,int status) {
//查询冻结记录 //查询冻结记录
OrderPayment orderPaymentOptional = orderPaymentDao.getEntityByKey(Integer.valueOf(id)).orNull(); OrderPayment orderPaymentOptional = orderPaymentDao.getEntityByKey(Integer.valueOf(id)).orNull();
if (null == orderPaymentOptional){ if (null == orderPaymentOptional){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论