|  |  |  | 
|---|
|  |  |  | import com.alibaba.fastjson.TypeReference; | 
|---|
|  |  |  | import com.doumee.api.BaseController; | 
|---|
|  |  |  | import com.doumee.biz.system.SystemDictDataBiz; | 
|---|
|  |  |  | import com.doumee.core.annotation.excel.ExcelToPdfTool; | 
|---|
|  |  |  | import com.doumee.core.annotation.trace.Trace; | 
|---|
|  |  |  | import com.doumee.core.constants.ResponseStatus; | 
|---|
|  |  |  | import com.doumee.core.exception.BusinessException; | 
|---|
|  |  |  | 
|---|
|  |  |  | type =1; | 
|---|
|  |  |  | }else if(StringUtils.endsWith(key,".jpg") | 
|---|
|  |  |  | || StringUtils.endsWith(key,".JPG") | 
|---|
|  |  |  | || StringUtils.endsWith(key,".png") | 
|---|
|  |  |  | || StringUtils.endsWith(key,".PNG") | 
|---|
|  |  |  | || StringUtils.endsWith(key,".jpeg") | 
|---|
|  |  |  | || StringUtils.endsWith(key,".JPEG")){ | 
|---|