|
@@ -162,6 +162,11 @@ public class RealExamService {
|
|
|
*/
|
|
|
@Transactional
|
|
|
public int updateOneState(long examId, final String state) {
|
|
|
+ if (true) {
|
|
|
+ // php项目维护exam_status字段。java这边不操作。
|
|
|
+ // 屏蔽
|
|
|
+ return 0;
|
|
|
+ }
|
|
|
RealExam q = selectRealExamByExamId(examId);
|
|
|
// todo:屏蔽
|
|
|
if (false && RealExam.State.SUBMITTED.equals(state)) {
|