xw 4 недель назад
Родитель
Сommit
9b16c13ffb
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      fs-service/src/main/resources/mapper/sop/QwSopTempMapper.xml

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