历史查询

This commit is contained in:
tangw 2026-03-27 11:34:28 +08:00
parent f9cf92bd02
commit d8dfa69399

View File

@ -183,6 +183,9 @@ public class LisWorkPageInfoServiceImpl implements LisWorkPageInfoService {
return new Result("-1", "缺少查询条件!");
}
Map<String, Object> map = BeanUtil.beanToMap(lastLabPatParam);
if(map == null || map.size() <= 0){
return new Result("-1","查询条件转换错误!");
}
if("细菌仪".equals( commonUtil.getYqdl(yq))){
return getHistoryResultGerm(jyrq, yq, ybh, map);
}else {