@@ -199,7 +199,7 @@
<include refid="Base_Column_List" />
from restrict_project
where type >0
- where uid =#{uid,jdbcType=VARCHAR}
+ and uid =#{uid,jdbcType=VARCHAR}
<if test="aid != null">
and aid = #{aid,jdbcType=VARCHAR}
</if>