修改bug

This commit is contained in:
yangjun 2026-03-09 13:40:22 +08:00
parent 302a9776b1
commit a260f0b07c
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
from sys_depart
<where>
com_name = #{dto.comName}
<if test='dto.status!=null and dto.status != "" and dto.status.equals("4")'>
<if test='dto.pkId!=null and dto.pkId != "" '>
and id != #{dto.pkId}
</if>
</where>