|
@@ -5,8 +5,8 @@ import org.springframework.stereotype.Service;
|
|
|
import thyyxxk.webserver.config.exception.ExceptionEnum;
|
|
|
import thyyxxk.webserver.dao.his.jiekou.DuiWaiJieKouDao;
|
|
|
import thyyxxk.webserver.entity.ResultVo;
|
|
|
+import thyyxxk.webserver.entity.jiekou.GetPatientInformationParam;
|
|
|
import thyyxxk.webserver.entity.jiekou.PatientInformation;
|
|
|
-import thyyxxk.webserver.entity.jiekou.getPatientInformationParam;
|
|
|
import thyyxxk.webserver.utils.ResultVoUtil;
|
|
|
import thyyxxk.webserver.utils.StringUtil;
|
|
|
|
|
@@ -31,7 +31,7 @@ public class DuiWaiJieKouService {
|
|
|
this.dao = dao;
|
|
|
}
|
|
|
|
|
|
- public ResultVo<List<PatientInformation>> getPatientInformation(getPatientInformationParam param) {
|
|
|
+ public ResultVo<List<PatientInformation>> getPatientInformation(GetPatientInformationParam param) {
|
|
|
log.info("查询:{}", param);
|
|
|
if (StringUtil.notBlank(param.getSource()) && param.getSource().equals("SZBY")) {
|
|
|
List<PatientInformation> list = new ArrayList<>();
|