历史查询
This commit is contained in:
parent
f9cf92bd02
commit
d8dfa69399
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user