liujie
2023-10-31 904cfe3bad14c27857a062849fc92dd85035c524
cloud-server-management/src/main/resources/mapper/UserMapper.xml
@@ -109,6 +109,9 @@
         <if test="objectType ==3">
            and (o.objectType =3  and o.objectId =#{objectId})
         </if>
         <if test="objectType ==1">
            and o.objectType =1
         </if>
      </where>
      order by o.id desc
   </select>