修改bug
This commit is contained in:
parent
302a9776b1
commit
a260f0b07c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue