puzhibing
2024-02-05 640ff18d2d7f4be02ddb7f8f75e899f05545eb98
cloud-server-management/src/main/resources/mapper/UserMapper.xml
@@ -116,7 +116,7 @@
      order by o.id desc
   </select>
    <select id="searchUsers" resultType="com.dsh.guns.modular.system.model.UserListVO">
      select t1.id,t1.name ,t1.phone ,t1.avatar,t1.birthday,t1.sex,t1.idCard,t1.status
      select t1.id,t1.name ,t1.phone ,t1.avatar,t1.birthday,t1.sex,t1.idCard,t1.status,t1.version
       ,t2.simplename as deptName from sys_user t1
       left join sys_dept t2 on t1.deptid = t2.id
      <where>