wangliang 2 жил өмнө
parent
commit
4fd3881347

+ 1 - 1
themis-business/src/main/resources/mapper/TEAudioMapper.xml

@@ -72,7 +72,7 @@
              when tea.`type` = 'BEFORE'
                  then teea.start_time - (tea.play_time * 1000)
              else teea.finish_time - (tea.play_time * 1000)
-            end) as execTime,-->
+            end) as execTime,
         <!--(case
         when tea.`type` = 'BEFORE'
         then unix_timestamp(current_timestamp()) * 1000 + 1000 * 60 * 2