Browse Source

删除教师直播端bug

tags/正式版本
王宁 2 years ago
parent
commit
f1d6c64b4a

+ 1
- 1
sapi/src/main/resources/mapper/appversion/AppTeacherliveMapper.xml View File

@@ -18,6 +18,6 @@
18 18
     </select>
19 19
     <!--获取APP文件-->
20 20
     <select id="listApppath" resultType="java.lang.String">
21
-        SELECT versionpath) FROM t_app_teacherlive WHERE versionid=#{versionid}
21
+        SELECT versionpath FROM t_app_teacherlive WHERE versionid=#{versionid}
22 22
     </select>
23 23
 </mapper>

Loading…
Cancel
Save