forked from Gitlink/microservices
fix(超算专区): 修复当专区存在审核未通过的相同文章名称时,会导致异常报错
This commit is contained in:
parent
4ccc743bd2
commit
5aa499f4de
|
|
@ -229,6 +229,7 @@
|
|||
<include refid="selectCmsDocVo"/>
|
||||
<where>
|
||||
and name = #{name}
|
||||
and audit_status != 0
|
||||
and dept_id = #{deptId}
|
||||
<choose>
|
||||
<when test="dirName != null">
|
||||
|
|
|
|||
Loading…
Reference in New Issue