|
@@ -11602,7 +11602,7 @@ public class ProjectServiceImpl extends ServiceImpl<ProjectMapper, Project> impl
|
|
|
@Override
|
|
|
public HttpRespMsg getEffectiveLaborHourRate(String startDate, String endDate) {
|
|
|
LambdaQueryWrapper<Department> lqw = new LambdaQueryWrapper<>();
|
|
|
- lqw.in(Department::getDepartmentId,3852,3839,3752,7401,3737,3855,3841,3738,5719);
|
|
|
+ lqw.in(Department::getDepartmentId,7526,7560,7539,7643,7645,7536,7547,7388,7578);
|
|
|
List<Department> departments = departmentMapper.selectList(lqw);
|
|
|
|
|
|
ArrayList<LaborHourRateVo> laborHourRateVos = new ArrayList<>();
|