|
@@ -14,6 +14,7 @@ import org.springframework.stereotype.Component;
|
|
@Component
|
|
@Component
|
|
public class LogTestFacade {
|
|
public class LogTestFacade {
|
|
public Boolean logTest(LogTestVO logTestVO) {
|
|
public Boolean logTest(LogTestVO logTestVO) {
|
|
|
|
+ CdssLogUtil.addBizHospitalId(logTestVO.getHospitalId());
|
|
if (logTestVO.getType().equals(1)) {
|
|
if (logTestVO.getType().equals(1)) {
|
|
//抛错
|
|
//抛错
|
|
throw new CommonException(CommonErrorCode.SERVER_IS_ERROR);
|
|
throw new CommonException(CommonErrorCode.SERVER_IS_ERROR);
|