@@ -357,7 +357,8 @@ public class FrontServiceImpl implements IFrontService {
}
});
- return Objects.isNull(result) ? new XinyiIndustrySimple() : result.get();
+ XinyiIndustrySimple xinyiIndustrySimple = result.get();
+ return Objects.isNull(xinyiIndustrySimple) ? new XinyiIndustrySimple() : xinyiIndustrySimple;