puzhibing
2024-03-15 5b83b50d38c757b38dcc87a40a17d34cc2948e10
cloud-server-management/src/main/resources/mapper/RoleMapper.xml
@@ -26,8 +26,8 @@
      <if test="objectType == 3">
         and rr.objType =3  and rr.objId =#{objectId}
      </if>
      <if test="objectType == 1">
         and rr.objType =1
      <if test="objectType == 2">
         and rr.objType =2
      </if>
   </select>