cri.getGroupBy().groupBy("commodity_name");格式哪里不对,后台总报错:java.lang.NullPointerException
18 回复
public interface Criteria extends Condition, PItem {
SqlExpressionGroup where();
OrderBy getOrderBy();
Pager getPager();
GroupBy getGroupBy();
}
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutz</artifactId>
<version>1.r.63</version>
</dependency>
Failure to find org.nutz:nutz:jar:1.r.63 in https://jfrog.nutz.cn/artifactory/jcenter was cached in the local repository, resolution will not be reattempted until the update interval of nutz has elapsed or updates are forced -> [Help 1]
添加回复
请先登陆