我有我的课
class user{
.
.
.
Service service
}
我想显示具有 service="direction" 的用户列表。在我看来,我尝试这样做:
Employe.findAllByService("direction")
错误是
"Employe.findAllByService() is applicable for argument types: (java.lang.String)"
我有我的课
class user{
.
.
.
Service service
}
我想显示具有 service="direction" 的用户列表。在我看来,我尝试这样做:
Employe.findAllByService("direction")
错误是
"Employe.findAllByService() is applicable for argument types: (java.lang.String)"