Commit c3b8e7fc authored by 高滢's avatar 高滢

排序

parent e2718b75
...@@ -45,7 +45,9 @@ public class TTestPlanRecordServiceImpl extends ServiceImpl<TTestPlanRecordMappe ...@@ -45,7 +45,9 @@ public class TTestPlanRecordServiceImpl extends ServiceImpl<TTestPlanRecordMappe
@Override @Override
public List<TTestPlanRecord> selectTestPlanRecordPage(TestPlanRecordPageRequest testPlanRecordPageRequest){ public List<TTestPlanRecord> selectTestPlanRecordPage(TestPlanRecordPageRequest testPlanRecordPageRequest){
testPlanRecordPageRequest.setTestOrganizationId(SecurityUtils.getDeptId()); if(SecurityUtils.getLoginUser().getUser().getRoleId().equals(114)){
testPlanRecordPageRequest.setTestOrganizationId(SecurityUtils.getDeptId());
}
return tTestPlanRecordMapper.selectTestPlanRecordPage(testPlanRecordPageRequest); return tTestPlanRecordMapper.selectTestPlanRecordPage(testPlanRecordPageRequest);
} }
......
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