소스 검색

fix:后台新增学员为插入关心包交由包数据

Joburgess 4 년 전
부모
커밋
914ad4027d
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

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

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