|
@@ -72,6 +72,9 @@ public class ContractServiceImpl extends BaseService implements ContractService
|
|
|
} catch (ApiRequestException apie) {
|
|
|
log.error("[-uploadContract-] 错误信息:" + apie.getMessage());
|
|
|
throw new ServiceException("上传协议失败,失败原因:" + apie.getMessage());
|
|
|
+ } catch (Exception e) {
|
|
|
+ log.error("[-uploadContract-] 错误:" + e.getMessage());
|
|
|
+ throw new ServiceException("上传协议失败,失败原因:" + e.getMessage());
|
|
|
}
|
|
|
try {
|
|
|
ContractPo contractPo = new ContractPo();
|