|
@@ -30,6 +30,9 @@ public class SiLogService {
|
|
|
if (null != ftchlg.getBegntime() && null != ftchlg.getEndtime()) {
|
|
|
wrapper.between("create_datetime", ftchlg.getBegntime(), ftchlg.getEndtime());
|
|
|
}
|
|
|
+ if (StringUtil.notBlank(ftchlg.getPatNo())) {
|
|
|
+ wrapper.eq("pat_no", ftchlg.getPatNo());
|
|
|
+ }
|
|
|
return ResultVoUtil.success(dao.selectList(wrapper));
|
|
|
}
|
|
|
}
|