Commit 8f9f56ae58ff90b950b1a33e93d835b77904d84c
1 parent
c455ae7a
提交
Showing
1 changed file
with
0 additions
and
1 deletions
urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/dal/mysql/maintainplan/MaintainPlanRoleMapper.java
| ... | ... | @@ -23,7 +23,6 @@ public interface MaintainPlanRoleMapper extends BaseMapperX<MaintainPlanRoleDO> |
| 23 | 23 | .eqIfPresent(MaintainPlanRoleDO::getBatchNo, reqVO.getBatchNo()) |
| 24 | 24 | .eqIfPresent(MaintainPlanRoleDO::getCompanyId, reqVO.getCompanyId()) |
| 25 | 25 | .eqIfPresent(MaintainPlanRoleDO::getDeptId, reqVO.getDeptId()) |
| 26 | - .eqIfPresent(MaintainPlanRoleDO::getRoadId, reqVO.getRoadId()) | |
| 27 | 26 | .eqIfPresent(MaintainPlanRoleDO::getRoleId, reqVO.getRoleId()) |
| 28 | 27 | .betweenIfPresent(MaintainPlanRoleDO::getCreateTime, reqVO.getCreateTime()) |
| 29 | 28 | .orderByDesc(MaintainPlanRoleDO::getId)); | ... | ... |