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
修正
master
董书康
1 year ago
parent
520c47e073
commit
764ef834f5
1 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/cps/CpsQuestionUpdateService.java
+ 5
- 5
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/cps/CpsQuestionUpdateService.java
View File
@ -50,19 +50,19 @@ public class CpsQuestionUpdateService extends AbsEAIService {
o
.
setStatus1
(
1
)
;
break
;
case
"2"
:
o
.
setStatus
1
(
2
)
;
o
.
setStatus
2
(
1
)
;
break
;
case
"3"
:
o
.
setStatus
1
(
3
)
;
o
.
setStatus
3
(
1
)
;
break
;
case
"4"
:
o
.
setStatus
1
(
4
)
;
o
.
setStatus
4
(
1
)
;
break
;
case
"5"
:
o
.
setStatus
1
(
5
)
;
o
.
setStatus
5
(
1
)
;
break
;
case
"6"
:
o
.
setStatus
1
(
6
)
;
o
.
setStatus
6
(
1
)
;
break
;
}
Write
Preview
Loading…
Cancel
Save