wangliang 2 vuotta sitten
vanhempi
commit
4fd3881347
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      themis-business/src/main/resources/mapper/TEAudioMapper.xml

+ 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