Commit d7b2cc6a22ada3d52420e33df4ea4c73895679cc

Authored by wangqian
1 parent 6e6555bb

人员费用排序

urbanops-framework/urbanops-common/src/main/java/com/zteits/urbanops/framework/common/pojo/PageParam.java
... ... @@ -73,6 +73,8 @@ public class PageParam implements Serializable {
73 73 if (!StringUtils.hasText(orderByColumn)) {
74 74 this.orderByColumn = "id";
75 75 return;
  76 + } else {
  77 + this.orderByColumn = orderByColumn;
76 78 }
77 79  
78 80 }
... ...