|
@@ -70,7 +70,6 @@ public interface CommonCostDao extends BaseMapperX<CommonCostDO> {
|
|
|
.eqIfPresent(CommonCostDO::getFlowStatus, reqVO.getStatus())
|
|
|
.inIfPresent(CommonCostDO::getId, ids)
|
|
|
.in(CommonCostDO::getFlowStatus, FLOW_FINISHED, FLOW_PAYMENT)
|
|
|
- .eq(CommonCostDO::getDeptId, reqVO.getDeptId())
|
|
|
.orderByDesc(CommonCostDO::getApplyTime));
|
|
|
}
|
|
|
|
|
@@ -84,7 +83,6 @@ public interface CommonCostDao extends BaseMapperX<CommonCostDO> {
|
|
|
.eqIfPresent(CommonCostDO::getFlowStatus, reqVO.getStatus())
|
|
|
.inIfPresent(CommonCostDO::getId, ids)
|
|
|
.in(CommonCostDO::getFlowStatus, FLOW_FINISHED, FLOW_PAYMENT)
|
|
|
- .eq(CommonCostDO::getDeptId, reqVO.getDeptId())
|
|
|
.orderByDesc(CommonCostDO::getApplyTime));
|
|
|
}
|
|
|
|