修复了用户绩效汇总模块的全部bug
This commit is contained in:
@ -13,6 +13,6 @@ public interface CommonConstant {
|
||||
/**
|
||||
* 降序
|
||||
*/
|
||||
String SORT_ORDER_DESC = " descend";
|
||||
String SORT_ORDER_DESC = "descend";
|
||||
|
||||
}
|
Reference in New Issue
Block a user