Browse Source

Merge remote-tracking branch 'origin/wn' into ywx

ywx
雍文秀 1 month ago
parent
commit
886d54876a

+ 8
- 3
smarking/src/main/resources/application.properties View File

82
 enable.scheduled=false
82
 enable.scheduled=false
83
 #\u6BCF\u96943s\u6E05\u9664\u4E00\u4E0B\u8BF7\u6C42\u5730\u5740map
83
 #\u6BCF\u96943s\u6E05\u9664\u4E00\u4E0B\u8BF7\u6C42\u5730\u5740map
84
 cron.deleteUriMap=0/3 * * * * ?
84
 cron.deleteUriMap=0/3 * * * * ?
85
+#\u6BCF\u96941\u5206\u949F\u4FEE\u6539\u8BD5\u5377\u72B6\u6001
86
+cron.updateSubjectState=0 0/1 * * * ?
87
+#\u6BCF\u5929\u51CC\u66681\u70B9\u5904\u7406\u672A\u5408\u5E76\u7684\u5B66\u751F\u7B54\u6848
88
+cron.mergeStupic=0 0 1 * * ?
89
+#\u6BCF\u969410\u5206\u949F\u5904\u7406\u6279\u9605\u88AB\u5360\u8BD5\u9898
90
+cron.questionCheckState=0 0/10 * * * ?
85
 
91
 
86
 #\u914D\u7F6Esocket\u5730\u5740\u548Cface\u5730\u5740(\u5916\u7F51\u5730\u5740)
92
 #\u914D\u7F6Esocket\u5730\u5740\u548Cface\u5730\u5740(\u5916\u7F51\u5730\u5740)
87
 marking.socket=wss://wsexam.xhkjedu.com/ws
93
 marking.socket=wss://wsexam.xhkjedu.com/ws
88
 marking.face=https://face.xhkjedu.com/
94
 marking.face=https://face.xhkjedu.com/
95
+#\u6587\u4EF6\u670D\u52A1\u5730\u5740
96
+fileapi=https://schoolfiletest.xhkjedu.com/
89
 
97
 
90
 #\u914D\u7F6E\u8003\u8BD5\u7ED3\u675F\u65F6\u95F4\u8303\u56F4
98
 #\u914D\u7F6E\u8003\u8BD5\u7ED3\u675F\u65F6\u95F4\u8303\u56F4
91
 marking.endtime=30
99
 marking.endtime=30
95
 #\u89E3\u6790ip\u5F52\u5C5E\u5730\u6570\u636E
103
 #\u89E3\u6790ip\u5F52\u5C5E\u5730\u6570\u636E
96
 ipregiondb=D:\\school\\ip2region.xdb
104
 ipregiondb=D:\\school\\ip2region.xdb
97
 
105
 
98
-#\u6587\u4EF6\u670D\u52A1\u5730\u5740
99
-fileapi=https://schoolfiletest.xhkjedu.com/
100
-
101
 
106
 
102
 #\u7248\u672C\u53F7
107
 #\u7248\u672C\u53F7
103
 buildnum=301
108
 buildnum=301

+ 1
- 1
smarking/src/main/resources/mapper/paper/MsPaperMapper.xml View File

16
 
16
 
17
     <!--获取试卷详细信息-->
17
     <!--获取试卷详细信息-->
18
     <select id="getPaperInfoByMsid" resultType="java.util.Map">
18
     <select id="getPaperInfoByMsid" resultType="java.util.Map">
19
-        select s.examid,s.msid,s.subjectid,s.subjectname,s.sdate,s.begintime,s.endtime,e.gradeid,e.examtype,p.mpid,
19
+        select s.examid,s.msid,s.subjectid,s.subjectname,s.sdate,s.begintime,s.endtime,s.pstate,e.gradeid,e.examtype,p.mpid,
20
         p.ptype,p.pnum,p.pscore,u.username as teachername,u.username as handlename
20
         p.ptype,p.pnum,p.pscore,u.username as teachername,u.username as handlename
21
         from ms_subject s left join ms_paper p on s.msid=p.msid
21
         from ms_subject s left join ms_paper p on s.msid=p.msid
22
         left join ms_exam e on s.examid=e.examid
22
         left join ms_exam e on s.examid=e.examid

Loading…
Cancel
Save