jinpengyong
2021-03-19 cd8755a6ac55137176666a6f4fbfd15210389d77
screen-api/src/main/resources/mapper/UserMapper.xml
@@ -47,13 +47,4 @@
      WHERE u.account = #{account}
    </select>
    <select id="selectUsers" resultType="java.util.Map">
        SELECT id,account,user_name userName,email,mobile,wechat FROM `user` WHERE
        <if test="orgId!=null">
            organization_id = #{orgId}
        </if>
        <if test="userId!=null">
            id = #{userId}
        </if>
    </select>
</mapper>