|
@@ -121,6 +121,8 @@ public class BasDoctorInfoFacade extends BasDoctorInfoServiceImpl {
|
|
|
QueryWrapper.eq("is_deleted", IsDeleteEnum.N.getKey());
|
|
|
//QueryWrapper.eq("is_placefile", basDoctorInfoVO.getIsPlacefile());
|
|
|
QueryWrapper.in("beh_dept_id",deptSetInfo);
|
|
|
+ QueryWrapper.ne("qc_type_id",0);
|
|
|
+ QueryWrapper.eq("is_placefile",basDoctorInfoVO.getIsPlacefile());
|
|
|
|
|
|
if(StringUtils.isNotEmpty(basDoctorInfoVO.getInputStr())){
|
|
|
QueryWrapper.like("doctor_name",basDoctorInfoVO.getInputStr());
|