今天在改前端查询报错问题,报错如下

java.lang.IllegalArgumentException: Unable to locate Attribute  with the the given name [companyId] on this ManagedType [com.yonyou.ocm.common.entity.BaseEntity]

传参的属性名必须和entity一致,区分大小写,修改如下:

Unable to locate Attribute  with the the given name

测试成功

To be continued...

相关文章: