|
@@ -65,7 +65,7 @@
|
|
|
repair_status_ = #{repairStatus},
|
|
|
</if>
|
|
|
<if test="organId != null">
|
|
|
- organ_id_ = ##{organId},
|
|
|
+ organ_id_ = #{organId},
|
|
|
</if>
|
|
|
<if test="studentId != null">
|
|
|
student_id_ = #{studentId},
|
|
@@ -104,7 +104,7 @@
|
|
|
finish_time_ = #{finishTime},
|
|
|
</if>
|
|
|
<if test="sendType != null">
|
|
|
- send_type_ #{sendType},
|
|
|
+ send_type_ = #{sendType},
|
|
|
</if>
|
|
|
<if test="contactName != null">
|
|
|
contact_name_ = #{contactName},
|
|
@@ -233,4 +233,4 @@
|
|
|
LEFT JOIN employee e ON sr.employee_id_ = e.user_id_
|
|
|
WHERE sr.id_ = #{id}
|
|
|
</select>
|
|
|
-</mapper>
|
|
|
+</mapper>
|