@@ -109,6 +109,6 @@
t1.account_id = #{accountId}
</select>
<select id="getProjectIdByAccoubt" resultType="java.lang.Long" parameterType="java.lang.Long">
- select project_id from ctop_user_allocation where account_id = #{accountId} limt 1
+ select project_id from ctop_user_allocation where account_id = #{accountId} limit 1
</mapper>