|
|
@@ -61,4 +61,27 @@
|
|
|
where fcpsc.is_del = 0 and fcpsc.appid= #{appid}
|
|
|
limit 1
|
|
|
</select>
|
|
|
+
|
|
|
+ <update id="updateCoursePlaySourceConfig" parameterType="com.fs.course.domain.FsCoursePlaySourceConfig">
|
|
|
+ update fs_course_play_source_config
|
|
|
+ set name = #{name},
|
|
|
+ appid = #{appid},
|
|
|
+ secret = #{secret},
|
|
|
+ img = #{img},
|
|
|
+ original_id = #{originalId},
|
|
|
+ token = #{token},
|
|
|
+ aes_key = #{aesKey},
|
|
|
+ msg_data_format = #{msgDataFormat},
|
|
|
+ type = #{type},
|
|
|
+ company_id = #{companyId},
|
|
|
+ company_ids = #{companyIds},
|
|
|
+ set_company_ids = #{setCompanyIds},
|
|
|
+ is_mall = #{isMall},
|
|
|
+ status = #{status},
|
|
|
+ merchant_config_id = #{merchantConfigId},
|
|
|
+ custom_auth_enabled = #{customAuthEnabled},
|
|
|
+ mini_app_auth_type = #{miniAppAuthType},
|
|
|
+ user_course_auth_domain = #{userCourseAuthDomain}
|
|
|
+ where id = #{id}
|
|
|
+ </update>
|
|
|
</mapper>
|