|
@@ -393,6 +393,9 @@ public class DHOutpatientController {
|
|
|
break;
|
|
|
}
|
|
|
return response.succeed(data);
|
|
|
+ } catch (YwtCommonException e) {
|
|
|
+ logger.error("DHOutpatientController#getPaymentList>>YwtCommonException(type={} , hisPatientId={} ):\n {}", type, hisPatientId, e.getMessage(), e);
|
|
|
+ return response.failed(BaseResponse.PARAMETER_ERROR, e.getMessage());
|
|
|
} catch (Exception e) {
|
|
|
logger.error("DHOutpatientController#getPaymentList(type={} , hisPatientId={} ):\n {}", type, hisPatientId, e.getMessage(), e);
|
|
|
return response.error(e.getMessage());
|