|
@@ -68,7 +68,7 @@ public class GzptSchActivationServiceImpl extends ServiceImpl<GzptSchActivationM
|
|
|
queryWrapper.eq("USER_ID",gzptSchActivationDTO.getUserId());
|
|
|
}
|
|
|
if (gzptSchActivationDTO.getIsDel()!=null){;
|
|
|
- queryWrapper.like("IS_DEL",gzptSchActivationDTO.getIsDel());
|
|
|
+ queryWrapper.eq("IS_DEL",gzptSchActivationDTO.getIsDel());
|
|
|
}
|
|
|
List<GzptSchActivation> list = this.list(queryWrapper);
|
|
|
return list;
|