黑名单错误

This commit is contained in:
YY
2025-07-15 10:35:13 +08:00
parent 386a85935a
commit 086dc0fcb3

View File

@ -228,7 +228,7 @@
)
as themeName
FROM cosco_blacklist cb
where cb.del_falg = 'normal'
where cb.del_flag = 'normal'
order by cb.create_time desc
</select>