xw 4 nedēļas atpakaļ
vecāks
revīzija
9b16c13ffb

+ 2 - 2
fs-service/src/main/resources/mapper/sop/QwSopTempMapper.xml

@@ -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>