提交 648ecac2 authored 作者: 胡宁宁's avatar 胡宁宁

Merge branch 'v17.5_order_child_sync_broker_20240617' into test

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