@@ -30,7 +30,8 @@ public class PageDomain
{
return "";
}
- return StringUtils.toUnderScoreCase(orderByColumn) + " " + isAsc;
+ return orderByColumn + " " + isAsc;
+ //return StringUtils.toUnderScoreCase(orderByColumn) + " " + isAsc; // 驼峰命名问题
public Integer getPageNum()