修复了用户绩效汇总模块的全部bug

This commit is contained in:
2025-07-15 00:25:24 +08:00
parent 3a27a4d091
commit 02ad26dcdd
3 changed files with 53 additions and 54 deletions

View File

@ -13,6 +13,6 @@ public interface CommonConstant {
/**
* 降序
*/
String SORT_ORDER_DESC = " descend";
String SORT_ORDER_DESC = "descend";
}