This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
athena-demo
/
athena-opt-demo
Watch
11
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
105
Wiki
Activity
Browse Source
设置默认值
develop
董书康
1 year ago
parent
7b60b38b79
commit
ca7fb2086a
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/cps/CpsQuestionGetService.java
+ 4
- 0
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/cps/CpsQuestionGetService.java
View File
@ -96,6 +96,10 @@ public class CpsQuestionGetService extends AbsEAIService {
break
;
}
*
/
if
(
StringUtils
.
isBlank
(
status
)
)
{
status
=
"1"
;
}
switch
(
option
)
{
case
"1"
:
lambdaQuery
.
eq
(
CpsQuestionInfo
:
:
getStatus1
,
status
)
;
Write
Preview
Loading…
Cancel
Save