<if test="startDate!=null and startDate!=''">start_date=#{startDate},</if>
<if test="startDate!=null and startDate==''">start_date=NULL,</if>