Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
suimang
/
suimangServer
Observar
6
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
修改声音接口
private_deployment
lrh
1 ano atrás
pai
7968862d49
commit
7993257cf4
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
suimangService/src/main/resources/mapper/PhotoSpeakVideoMapper.xml
+ 1
- 1
suimangService/src/main/resources/mapper/PhotoSpeakVideoMapper.xml
Ver arquivo
@@ -161,7 +161,7 @@
from photo_speak_video
where video_status = 5 and user_id = #{userId}
<if test="list != null and list.size > 0">
id in
and
id in
<foreach collection="list" index="index" item="id" open="(" separator="," close=")">
#{id}
</foreach>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar