|
@@ -100,7 +100,7 @@ public class OwSelfReportingController extends BaseController {
|
|
|
@GetMapping("/downloadTemplateWord")
|
|
@GetMapping("/downloadTemplateWord")
|
|
|
@ApiOperation(value = "下载自主上报文档", notes = "下载自主上报文档")
|
|
@ApiOperation(value = "下载自主上报文档", notes = "下载自主上报文档")
|
|
|
public void getUploadTemplate(HttpServletResponse response) throws IOException {
|
|
public void getUploadTemplate(HttpServletResponse response) throws IOException {
|
|
|
- DowntemplateUtil.downloadTemplate(response,"怀化高新区企业信用综合评价材料清单");
|
|
|
|
|
|
|
+ DowntemplateUtil.downloadTemplate(response,"企业自主上报模版");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@GetMapping("/checkInformationByUnicode")
|
|
@GetMapping("/checkInformationByUnicode")
|