|
|
@@ -53,9 +53,6 @@ public interface DistributorMapper extends BaseMapperX<DistributorDO> {
|
|
|
if (reqVO.getType() != 0) {
|
|
|
queryWrapper.eqIfPresent(DistributorDO::getType, reqVO.getType());
|
|
|
}
|
|
|
- if (reqVO.getDistributorId() != null) {
|
|
|
- queryWrapper.eqIfPresent(DistributorDO::getType, reqVO.getType());
|
|
|
- }
|
|
|
if(ObjectUtil.equal(reqVO.getType(), 2)) {
|
|
|
//旅行社
|
|
|
queryWrapper.eqIfPresent(DistributorDO::getSelfSupport, reqVO.getSelfSupport());
|