Merge remote-tracking branch 'origin/master'

This commit is contained in:
bonus 2025-10-14 21:42:15 +08:00
commit 54b954122f
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
(bai.create_by REGEXP '^[0-9]+$' AND su.user_id = bai.create_by) -- 数字ID关联
OR
(NOT bai.create_by REGEXP '^[0-9]+$' AND su.nick_name = bai.create_by) -- 汉字昵称关联
)
) and su.del_flag='0'
WHERE
bai.id = #{id}
LIMIT 1