|
@@ -63,7 +63,7 @@
|
|
<if test="operatingTag != null">
|
|
<if test="operatingTag != null">
|
|
operating_tag_,
|
|
operating_tag_,
|
|
</if>
|
|
</if>
|
|
- teacher_id_,create_time_,update_time_,service_tag_update_time_)
|
|
|
|
|
|
+ teacher_id_,care_package_,come_on_package_,create_time_,update_time_,service_tag_update_time_)
|
|
VALUES
|
|
VALUES
|
|
(#{userId},#{subjectIdList},
|
|
(#{userId},#{subjectIdList},
|
|
<if test="serviceTag != null">
|
|
<if test="serviceTag != null">
|
|
@@ -72,7 +72,7 @@
|
|
<if test="operatingTag != null">
|
|
<if test="operatingTag != null">
|
|
#{operatingTag},
|
|
#{operatingTag},
|
|
</if>
|
|
</if>
|
|
- #{teacherId},NOW(),NOW(),NOW())
|
|
|
|
|
|
+ #{teacherId},#{carePackage},#{comeOnPackage},NOW(),NOW(),NOW())
|
|
</insert>
|
|
</insert>
|
|
|
|
|
|
<update id="update" parameterType="com.ym.mec.biz.dal.entity.Student">
|
|
<update id="update" parameterType="com.ym.mec.biz.dal.entity.Student">
|