|
|
@@ -119,11 +119,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="data.gap != null">#{data.gap},</if>
|
|
|
<if test="data.sendType != null">#{data.sendType},</if>
|
|
|
<if test="data.updateTime != null">#{data.updateTime},</if>
|
|
|
+ <if test="data.templateType != null">#{data.templateType},</if>
|
|
|
+ <if test="data.isTop != null">#{data.isTop},</if>
|
|
|
<if test="data.project !=null ">#{data.project},</if>
|
|
|
<if test="data.courseId !=null ">#{data.courseId},</if>
|
|
|
<if test="data.createByDept !=null ">#{data.createByDept},</if>
|
|
|
- <if test="data.templateType != null">#{data.templateType},</if>
|
|
|
- <if test="data.isTop != null">#{data.isTop},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|