测试数据

This commit is contained in:
lhx
2025-11-19 18:32:56 +08:00
parent 940bef8c06
commit 02e13aa755
15 changed files with 510 additions and 93 deletions

View File

@@ -28,7 +28,7 @@
AND e.created_at <= #{endTimeStr}
</where>
GROUP BY p.id, p.engineering_name
ORDER BY entrust_count DESC;
Limit #{page.offset}, #{page.size}
ORDER BY entrust_count DESC
Limit #{page.current}, #{page.size};
</select>
</mapper>