pay.do请求报错

来源:11-10 支付模块所有功能自测

qq_思密达小兔兔_0123

2020-06-16

图片描述
pay.do请求发出后报这样的错误,请问老师这个错误怎么解决

写回答

1回答

geelylucky

2020-06-16

同学,报错信息说你的OrderItem这个实体类中缺少有参构造函数

0
1
qq_思密达小兔兔_0123
实体类中有有参构造函数的 public OrderItem(Integer id, Integer userId, Long orderNo, Integer productId, String productName, String productImage, BigDecimal currentUnitPrice, Integer quantity, BigDecimal totalPrice, Date createTime, Date updateTime) { this.id = id; this.userId = userId; this.orderNo = orderNo; this.productId = productId; this.productName = productName; this.productImage = productImage; this.currentUnitPrice = currentUnitPrice; this.quantity = quantity; this.totalPrice = totalPrice; this.createTime = createTime; this.updateTime = updateTime; }
2020-06-16
共1条回复

从0开始 独立完成企业级Java电商网站服务端开发

前后端分离,数据库接口设计,架构设计,功能开发,上线运维

9476 学习 · 8804 问题

查看课程