Commit 687a3a0a31b72785d808aeb965c4b554399acf8f

Authored by 姜超
2 parents 2ac0c565 74bc017b

Merge branch 'test' into eval-detail

fw-morax-service/src/main/java/cn/fw/morax/service/biz/kpi/KpiStarSpecialRuleBizService.java
@@ -358,8 +358,8 @@ public class KpiStarSpecialRuleBizService { @@ -358,8 +358,8 @@ public class KpiStarSpecialRuleBizService {
358 * @return 358 * @return
359 */ 359 */
360 public List<StaffSelectVO> queryLastMonthManageStaffs(LoginAuthBean user) { 360 public List<StaffSelectVO> queryLastMonthManageStaffs(LoginAuthBean user) {
361 - this.checkAppealDate(user.getGroupId());  
362 Long userId = user.getUserId(); 361 Long userId = user.getUserId();
  362 + this.checkAppealDate(userId);
363 List<StaffBaseInfoDTO> managerStaffs = ehrRpcService.queryManageStaffs(userId); 363 List<StaffBaseInfoDTO> managerStaffs = ehrRpcService.queryManageStaffs(userId);
364 if (PublicUtil.isEmpty(managerStaffs)) { 364 if (PublicUtil.isEmpty(managerStaffs)) {
365 managerStaffs = new ArrayList<>(); 365 managerStaffs = new ArrayList<>();