hyperparam_with_modeltype
This commit is contained in:
@@ -39,7 +39,11 @@ public class ModelMngRepositoryImpl implements ModelMngRepositoryCustom {
|
||||
BooleanBuilder builder = new BooleanBuilder();
|
||||
|
||||
if (req.getStatus() != null && !req.getStatus().isEmpty()) {
|
||||
builder.and(modelMasterEntity.statusCd.eq(req.getStatus()));
|
||||
builder.and(
|
||||
modelMasterEntity
|
||||
.step1State
|
||||
.eq(req.getStatus())
|
||||
.or(modelMasterEntity.step2State.eq(req.getStatus())));
|
||||
}
|
||||
|
||||
if (req.getModelNo() != null && !req.getModelNo().isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user