@@ -232,7 +232,7 @@
<select id="selectSopUserLogsInfoListBySopId" parameterType="String" resultMap="SopUserLogsInfoResult">
select
id, sop_id, user_logs_id, external_contact_id,qw_user_id,corp_id,external_id,
- fs_user_id, external_user_name,create_time,crt_Time,update_time
+ fs_user_id, external_user_name,create_time,crt_Time,update_time,is_days_not_study,grade
from sop_user_logs_info where sop_id = #{sopId} and user_logs_id=#{userLogsId}
</select>