xw 1 неделя назад
Родитель
Сommit
c90453ebd8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      fs-service/src/main/resources/mapper/sop/SopUserLogsInfoMapper.xml

+ 1 - 1
fs-service/src/main/resources/mapper/sop/SopUserLogsInfoMapper.xml

@@ -232,7 +232,7 @@
     <select id="selectSopUserLogsInfoListBySopId" parameterType="String" resultMap="SopUserLogsInfoResult">
     <select id="selectSopUserLogsInfoListBySopId" parameterType="String" resultMap="SopUserLogsInfoResult">
         select
         select
             id, sop_id, user_logs_id, external_contact_id,qw_user_id,corp_id,external_id,
             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}
         from sop_user_logs_info where sop_id = #{sopId} and user_logs_id=#{userLogsId}
     </select>
     </select>