Commit f091a576 by liyanlin

fix

parent e7401b64
......@@ -196,6 +196,9 @@ public class CostPlanServiceFactory {
//上传文件
File currentFile = fileMap.get(costPlanDomain.getFilePath());
if(currentFile == null){
throw new BizException("找不到文件:"+ costPlanDomain.getFilePath());
}
String path = CostFileUtil.qiniuUpload(currentFile);
if (path == null) {
throw new Exception("上传附件失败");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment