fix(超算专区): 修复当专区存在审核未通过的相同文章名称时,会导致异常报错

This commit is contained in:
otto 2026-06-18 10:42:07 +08:00
parent 4ccc743bd2
commit 5aa499f4de
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@
<include refid="selectCmsDocVo"/>
<where>
and name = #{name}
and audit_status != 0
and dept_id = #{deptId}
<choose>
<when test="dirName != null">