fix
This commit is contained in:
@@ -103,6 +103,9 @@ public class PlayOrderEvaluateInfoServiceImpl extends ServiceImpl<PlayOrderEvalu
|
||||
if (StrUtil.isNotBlank(vo.getCustomId())) {
|
||||
lambdaQueryWrapper.eq(PlayOrderEvaluateInfoEntity::getCustomId, vo.getCustomId());
|
||||
}
|
||||
if (StrUtil.isNotBlank(vo.getId())) {
|
||||
lambdaQueryWrapper.eq(PlayOrderEvaluateInfoEntity::getId, vo.getId());
|
||||
}
|
||||
if (StrUtil.isNotBlank(vo.getEvaluateCon())) {
|
||||
lambdaQueryWrapper.like(PlayOrderEvaluateInfoEntity::getEvaluateCon, vo.getEvaluateCon());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user