|
@@ -171,7 +171,6 @@ public class CustomerBusinessOpportunityServiceImpl implements CustomerBusinessO
|
|
|
|
|
|
if (opportunityDO.getDeptId() != null) {
|
|
|
DeptRespDTO dept = deptApi.getDept(opportunityDO.getDeptId());
|
|
|
- respVO.setDeptName(dept.getName());
|
|
|
if (dept != null && StringUtils.isNotBlank(dept.getName())) {
|
|
|
respVO.setDeptName(dept.getName());
|
|
|
}
|