团队赛队员位次比值配置

main
zhc077 3 months ago
parent 92043b33db
commit 06fdd0c6e0
  1. 2
      jeecg-boot-master/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/homepage/service/UserHomePageServiceImpl.java

@ -825,7 +825,7 @@ public class UserHomePageServiceImpl implements UserHomePageService {
if (hasKey) {
return redisUtil.get(REPORT4DEPART);
} else {
return this.report4Depart(orgCode, yearStr, true);
return this.report4Depart(yearStr, orgCode, true);
}
}
}

Loading…
Cancel
Save