|
@@ -161,7 +161,7 @@ public class AssetsCalculateServiceImpl extends ServiceImpl<AssetsCalculateMappe
|
|
|
throw new BusinessException("导入的Excel表中有不规范的日期格式,请检查后重试!", dateException);
|
|
|
} else {
|
|
|
// 处理其他类型的转换异常
|
|
|
- throw new BusinessException("导入的Excel表中有不规范的数据,请检查后重试!" + dataConvertException);
|
|
|
+ throw new BusinessException("导入的Excel表中有不规范的数据,请检查后重试!", dataConvertException);
|
|
|
}
|
|
|
}
|
|
|
// 更新测算表进度
|