|
@@ -2,7 +2,6 @@ package com.lantone.qc.trans;
|
|
|
|
|
|
import com.lantone.qc.pub.model.InputInfo;
|
|
|
import com.lantone.qc.pub.model.vo.QueryVo;
|
|
|
-import com.lantone.qc.dbanaly.util.ModuleMappingUtil;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
|
/**
|
|
@@ -15,7 +14,6 @@ public class TransDispatch {
|
|
|
|
|
|
public static InputInfo trans(QueryVo queryVo) {
|
|
|
try {
|
|
|
- ModuleMappingUtil.hospitalIdThreadLocal.set(queryVo.getHospitalId());
|
|
|
String classPath = "com.lantone.qc.trans."
|
|
|
+ queryVo.getCid()
|
|
|
+ "."
|