细节调整

This commit is contained in:
陈超
2022-08-09 14:04:59 +08:00
parent 10071af599
commit 17fbda2d47
2 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
<select id="selectDeptListName" resultType="Dept">
SELECT `Id` deptId, `Name` deptName
FROM sys_dept
WHERE Id IN
WHERE State = 1 AND Id IN
<foreach item="item" collection="deptIndexes" open="(" separator="," close=")">
#{item}
</foreach>