if(!StringUtils.isBlank(startDate) && !StringUtils.isBlank(endDate)) {
cnd.and("subscribeAt", "between", "'"+startDate+"' AND '"+endDate+"'");
}
但是在使用 Criteria cri = Cnd.cri(); 列表的就使用不了,获取不到里面的and 拼接
wxUserService.data(length, start, draw, order, columns, cnd, null);