最终支付金额回填

This commit is contained in:
gong
2025-12-19 17:06:12 +08:00
parent 2338c0f5cb
commit 8a4438aedd

View File

@@ -87,6 +87,7 @@ public class UPpOrderController {
PpPackageOrder order = ppPackageOrderService.getById(param.getRecordId());
order.setFinalPrice(price);
ppPackageOrderService.updateById(order);
return result;
}