t.id as id, t.expert_id as expertId, t.proj_id as projId, t.assign_year as assignYear, t.grade_score as gradeScore, t.remark as remark, t.created as created, t.updated as updated
update com_project
assign_state = #{assignState},
completed = #{completed},
total_score = #{totalScore},
average_score = #{averageScore},
updated = #{updated,jdbcType=TIMESTAMP},
where id = #{id}