|
@ -96,6 +96,10 @@ public class CpsQuestionGetService extends AbsEAIService { |
|
|
break; |
|
|
break; |
|
|
}*/ |
|
|
}*/ |
|
|
|
|
|
|
|
|
|
|
|
if (StringUtils.isBlank(status)) { |
|
|
|
|
|
status = "1"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
switch (option) { |
|
|
switch (option) { |
|
|
case "1": |
|
|
case "1": |
|
|
lambdaQuery.eq(CpsQuestionInfo::getStatus1, status); |
|
|
lambdaQuery.eq(CpsQuestionInfo::getStatus1, status); |
|
|