Commit 6c424532 by chamberone

fix: 修复字段错误

1 parent 0f7f122e
......@@ -40,8 +40,8 @@ public class BusinessBlockController {
@RequestParam(required = false) String orderBy,
@RequestParam(required = false) String direction
) {
if (StringUtils.isEmpty(teamId)) {
teamId = "teamId";
if (StringUtils.isEmpty(orderBy)) {
orderBy = "teamId";
}
if (StringUtils.isEmpty(direction)) {
direction = "asc";
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!