opt:优化时间查询

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-02-22 17:51:26 +08:00
parent da49a09509
commit 34426ad5c2
2 changed files with 27 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ public class OutChargeServiceImpl implements OutChargeService {
map.put("flag", "151");
}
JSONObject json = WQL.getWO("QST_IVT_RAWASSISTISTOR").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "ios.iostorinv_id DESC");
JSONObject json = WQL.getWO("QST_IVT_RAWASSISTISTOR").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "iostorinv_id desc");
return json;
}