| | |
| | | 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; |
| | |
| | | } |
| | | NotifyDataReq data = JSONObject.parseObject(req.get("data"), NotifyDataReq.class); |
| | | insuranceApplyService.dealSignResult(data); |
| | | |
| | | }catch (Exception e){ |
| | | log.setRepose("处理异常;"+e.getMessage()); |
| | | context.put("success",false); |
| | |
| | | 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")){ |