cloud-server-management/src/main/resources/mapper/DeptMapper.xml
@@ -37,6 +37,9 @@ <if test="objectType == 3"> and objectType = 3 and objectId =#{objectId} </if> <if test="objectType == 1"> and objectType = 1 </if> order by num ASC </select>