This commit is contained in:
2024-01-14 15:55:53 +08:00
parent 12ffd5c265
commit d990412cda
8 changed files with 19 additions and 19 deletions

View File

@@ -689,7 +689,7 @@ public class MemberService {
// 将支付金额修改数据库
OrderBasicInfo basicInfo = new OrderBasicInfo();
basicInfo.setId(Long.parseLong(orderVO.getId()));
basicInfo.setId(Integer.parseInt(orderVO.getId()));
basicInfo.setPayAmount(payAmount);
orderBasicInfoService.updateOrderBasicInfo(basicInfo);