xiejun
2023-12-04 977b4b2f4b0ce0af4d259a113f076e93053a5d96
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/MdmEngineController.java
@@ -779,9 +779,9 @@
   @GetMapping("/exportGroupCodeExcel")
   @VciBusinessLog(operateName = "导出集团码")
   public void exportGroupCodeExcel(String codeClassifyOid, HttpServletResponse response) throws IOException{
      String excelName = mdmIOService.exportGroupCodeExcel(codeClassifyOid);
      try {
         ControllerUtil.writeFileToResponse(response,excelName);
         String excelName = mdmIOService.exportGroupCodeExcel(codeClassifyOid);
      } catch (Throwable e) {
         //如果出错,把错误信息写到text
         String msg = LangBaseUtil.getErrorMsg(e);