@@ -316,6 +316,9 @@
<when test="clientId == 'ORGANIZATION'">
tenant_staff
</when>
+ <otherwise>
+ employee
+ </otherwise>
</choose>
where user_id_ = #{userId}
</select>