添加视频状态
This commit is contained in:
parent
3d3d9a2bba
commit
eaaf2581ab
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user