Explorar o código

清除老师考勤同时清除其他申诉数据

zouxuan %!s(int64=4) %!d(string=hai) anos
pai
achega
bf1368d9a4

+ 2 - 2
mec-biz/src/main/resources/config/mybatis/TeacherAttendanceMapper.xml

@@ -658,7 +658,7 @@
         SET is_complaints_ = 0,complaints_status_ = NULL,complaints_content_ = NULL,
             dispose_content_ = NULL,operator_ = NULL,complaints_time_ = NULL,complaints_type_ = NULL,
         sign_out_device_no_ = NULL,sign_in_device_no_ = NULL,url_ = NULL,update_attendance_type_ = NULL,
-            sign_out_remark_ = NULL,sign_out_attachments_ = NULL,current_schedule_id_ = NULL
+            sign_out_remark_ = NULL,sign_out_attachments_ = NULL,current_schedule_id_ = NULL,remark_ = NULL
         WHERE course_schedule_id_ IN
         <foreach collection="courseScheduleIds" item="courseScheduleId" open="(" close=")" separator=",">
             #{courseScheduleId}
@@ -669,7 +669,7 @@
         SET is_complaints_ = 0,complaints_status_ = NULL,complaints_content_ = NULL,
             dispose_content_ = NULL,operator_ = NULL,complaints_time_ = NULL,complaints_type_ = NULL,
             sign_out_device_no_ = NULL,sign_in_device_no_ = NULL,url_ = NULL,update_attendance_type_ = NULL,
-            sign_out_remark_ = NULL,sign_out_attachments_ = NULL,current_schedule_id_ = NULL
+            sign_out_remark_ = NULL,sign_out_attachments_ = NULL,current_schedule_id_ = NULL,remark_ = NULL
         WHERE course_schedule_id_ = #{courseScheduleId}
     </update>