|
|
@@ -22,6 +22,7 @@ import org.apache.poi.xssf.usermodel.XSSFWorkbook;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
+import com.alibaba.druid.sql.visitor.functions.Char;
|
|
|
import com.goafanti.common.bo.Error;
|
|
|
import com.goafanti.common.dao.DemandCollectionMapper;
|
|
|
import com.goafanti.common.error.BusinessException;
|
|
|
@@ -156,7 +157,7 @@ public class DemandCollectionServiceImpl extends BaseMybatisDao<DemandCollection
|
|
|
case "主要合作方式 " : o = ob.getZyhzfs(); break;
|
|
|
case "已享受的科技政策" : o = ob.getYssdkjzc(); break;
|
|
|
case "拟申请的省级项目" : o = ob.getNsqdsjxm(); break;
|
|
|
- case "是否授权省科技主管部门将上述有关信息对外公开发布" : o = ob.getSqskjzgbmxxdwgkfb();
|
|
|
+ case "是否授权省科技主管部门将上述有关信息对外公开发布" : o = ob.getSqskjzgbmxxdwgkfb().replace("\n", String.valueOf((char)10));
|
|
|
if (x==0)sheet.setColumnWidth(i, 10000);
|
|
|
break;
|
|
|
case "技术负责人" : o = ob.getJsfzr(); break;
|
|
|
@@ -207,6 +208,4 @@ public class DemandCollectionServiceImpl extends BaseMybatisDao<DemandCollection
|
|
|
out.close();
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
}
|