@@ -281,6 +281,9 @@
<if test="endDate!=null and endDate!=''">
AND generate_time_<=#{endDate}
</if>
+ <if test="educationUserId!=null">
+ AND deal_user_id_ = #{educationUserId}
+ </if>
</where>
</sql>