|
@@ -186,7 +186,7 @@ public class ConsumeController {
|
|
|
}
|
|
}
|
|
|
return recordConvertStrategy.reConvert(bo, "YC");
|
|
return recordConvertStrategy.reConvert(bo, "YC");
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
- log.error("业务处理异常-",e);
|
|
|
|
|
|
|
+ log.error("[业务处理异常]-{}",e.getMessage(),e);
|
|
|
ErrorResult result = new ErrorResult();
|
|
ErrorResult result = new ErrorResult();
|
|
|
result.setStatusCode(HttpStatus.NOT_FOUND.value());
|
|
result.setStatusCode(HttpStatus.NOT_FOUND.value());
|
|
|
result.setMessage("业务处理异常");
|
|
result.setMessage("业务处理异常");
|