44323
2023-12-23 aa2c6d722ed799290285b6365f011aaa74373d73
cloud-server-management/src/main/resources/mapper/TOperatorMapper.xml
@@ -15,7 +15,8 @@
    </update>
    <select id="listAll" resultType="java.util.Map">
        select t1.id as id, t1.name as name,t1.type as `type`,t1.state as state,t1.status as status,t2.name as userName,t2.phone as phone from t_operator t1
        select t1.id as id, t1.name as name,t1.type as `type`,t1.state as state,t1.status as status,t2.name as userName,t2.phone as phone
        from t_operator t1
        left join sys_user t2 on t1.userId = t2.id
        where 1=1
        <if test="userName != null and userName != ''">