记得上下班打卡 | git大法好,push需谨慎

Commit 557f4a55 authored by 张国柄's avatar 张国柄

fix;

parent 678e5521
......@@ -113,7 +113,7 @@ public class KylinStationController {
@RequestParam(defaultValue = "1", required = false) int pageNo,
@RequestParam(defaultValue = "5", required = false) int pageSize) {
List<KylinStationPerformanceVo> voList = new ArrayList<>();
String currentUid = "69094382141333504";
String currentUid = CurrentUtil.getCurrentUid();
long count = 0;
try {
// 查取当前用户下关联演出ID列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment