|
|
@@ -456,7 +456,7 @@ public class HlwPaymentDetailServiceImpl extends ServiceImpl<HlwPaymentDetailMap
|
|
|
for (HlwPaymentDetail hlwPaymentDetail : list) {
|
|
|
hlwPaymentDetail.setStatus(1);
|
|
|
}
|
|
|
- this.updateBatch(list);
|
|
|
+ this.updateBatchById(list);
|
|
|
return Result.ok("确认付款成功");
|
|
|
}
|
|
|
|