修改机构ID查询mapper
This commit is contained in:
parent
e5c89ab8c0
commit
03a993f5f8
@ -34,6 +34,8 @@ public interface DoctornoticeMapper extends BaseMapperX<DoctornoticeDO> {
|
|||||||
.eqIfPresent(DoctornoticeDO::getCreateby, reqVO.getCreateby())
|
.eqIfPresent(DoctornoticeDO::getCreateby, reqVO.getCreateby())
|
||||||
.eqIfPresent(DoctornoticeDO::getUpdateby, reqVO.getUpdateby())
|
.eqIfPresent(DoctornoticeDO::getUpdateby, reqVO.getUpdateby())
|
||||||
.eqIfPresent(DoctornoticeDO::getIsdeleted, reqVO.getIsdeleted())
|
.eqIfPresent(DoctornoticeDO::getIsdeleted, reqVO.getIsdeleted())
|
||||||
|
.eqIfPresent(DoctornoticeDO::getOrgid, reqVO.getOrgid())
|
||||||
|
.eqIfPresent(DoctornoticeDO::getUsername, reqVO.getUsername())
|
||||||
.orderByDesc(DoctornoticeDO::getId));
|
.orderByDesc(DoctornoticeDO::getId));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user