Commit b5d148d4 by huluobin

update

parent 75e912d3
......@@ -101,7 +101,7 @@ public class DepartmentReviewerServiceImpl extends ServiceImpl<DepartmentReviewe
departmentReviewer.setPrimaryDepartmentId(primaryDepartment.getDepartmentId());
departmentReviewer.setPrimaryDepartmentName(primaryDepartment.getName());
OaDepartment secondDepartment = oaDepartmentMapper.selectByDepartmentId(req.getPrimaryDepartmentId());
OaDepartment secondDepartment = oaDepartmentMapper.selectByDepartmentId(req.getSecondDepartmentId());
departmentReviewer.setSecondDepartmentId(secondDepartment.getDepartmentId());
departmentReviewer.setSecondDepartmentName(secondDepartment.getName());
......
......@@ -31,7 +31,7 @@ import java.util.stream.Collectors;
@Transactional
@RunWith(SpringRunner.class)
@SpringBootTest(classes = OtherApplication.class)
@ActiveProfiles("test")
@ActiveProfiles("prod")
public class OtherApplicationTests {
@Autowired
......
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