|
@@ -93,6 +93,12 @@
|
|
|
<update id="update" parameterType="com.ym.mec.biz.dal.entity.TeacherAttendance">
|
|
|
UPDATE teacher_attendance
|
|
|
<set>
|
|
|
+ <if test="signInDeviceNo != null and signInDeviceNo != ''">
|
|
|
+ sign_in_device_no_ = #{signInDeviceNo},
|
|
|
+ </if>
|
|
|
+ <if test="signOutDeviceNo != null and signOutDeviceNo != ''">
|
|
|
+ sign_out_device_no_ = #{signOutDeviceNo},
|
|
|
+ </if>
|
|
|
<if test="url != null and url != ''">
|
|
|
url_ = #{url},
|
|
|
</if>
|