|
@@ -120,7 +120,7 @@ public class SiZyFeeService {
|
|
|
try {
|
|
|
resVo = uploadFeeDetail(overview, socketTask);
|
|
|
} catch (Exception e) {
|
|
|
- resVo = ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, e.getCause().getMessage());
|
|
|
+ resVo = ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, e.getMessage());
|
|
|
} finally {
|
|
|
uploadingMap.remove(overview.getInpatientNo());
|
|
|
}
|
|
@@ -515,7 +515,7 @@ public class SiZyFeeService {
|
|
|
try {
|
|
|
resVo = uploadWorkInjuryFeeDetail(overview, socketTask);
|
|
|
} catch (Exception e) {
|
|
|
- resVo = ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, e.getCause().getMessage());
|
|
|
+ resVo = ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, e.getMessage());
|
|
|
} finally {
|
|
|
uploadingMap.remove(overview.getInpatientNo());
|
|
|
}
|