|
|
@ -598,6 +598,7 @@ public class IcEnterpriseServiceImpl extends BaseServiceImpl<IcEnterpriseDao, Ic |
|
|
|
public void qrCodeExport(EnterprisePageFormDTO formDTO, HttpServletResponse response) throws IOException { |
|
|
|
List<EnterpriseDetailDTO> list = list(formDTO).getList(); |
|
|
|
if (CollectionUtils.isEmpty(list)){ |
|
|
|
log.error("根据条件未查询到企事业单位信息,登记码压缩包不能导出!"); |
|
|
|
return; |
|
|
|
} |
|
|
|
response.reset(); |
|
|
|