添加视频状态

This commit is contained in:
abu 2025-03-31 17:35:59 +08:00
parent 3d3d9a2bba
commit eaaf2581ab
2 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@ spring:
max-active: 200 # 连接池最大连接数
max-wait: 5000 # 连接池最大阻塞等待时间, -1表示没有限制
min-idle: 4 # 最小空闲连接
timeout: 60000
timeout: 50000
data:
mongodb:
# uri: mongodb://root:root@192.168.1.202:27017

View File

@ -24,6 +24,7 @@
v.vloger_id = u.id
WHERE
v.is_private = 0
AND v.status = 1
<if test="paramMap.search != null and paramMap.search != ''">
AND v.title like '%${paramMap.search}%'
</if>