anderx месяцев назад: 9
Родитель
Сommit
b4ab31cc76

+ 2 - 12
src/main/java/com/goafanti/common/mapper/TChangeTaskMapper.xml

@@ -565,9 +565,6 @@
             <if test="rdAwardsubsidy != null">
                 rd_awardsubsidy ,
             </if>
-            <if test="justForms != null">
-                just_forms ,
-            </if>
             <if test="technologyProjectType != null">
                 technology_project_Type ,
             </if>
@@ -580,9 +577,6 @@
             <if test="scheme != null">
                 scheme ,
             </if>
-            <if test="unilateralService != null">
-                unilateral_service ,
-            </if>
         </trim>
         <trim prefix="values (" suffix=")" suffixOverrides=",">
             <if test="tid != null">
@@ -672,9 +666,7 @@
             <if test="rdAwardsubsidy != null">
                 #{rdAwardsubsidy},
             </if>
-            <if test="justForms != null">
-                #{justForms},
-            </if>
+
             <if test="technologyProjectType != null">
                 #{technologyProjectType},
             </if>
@@ -687,9 +679,7 @@
             <if test="scheme != null">
                 #{scheme},
             </if>
-            <if test="unilateralService != null">
-                #{unilateralService},
-            </if>
+
         </trim>
     </insert>
 

+ 2 - 12
src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

@@ -1248,9 +1248,7 @@
             <if test="rdAwardsubsidy != null">
                  rd_awardsubsidy ,
             </if>
-            <if test="justForms != null">
-                 just_forms ,
-            </if>
+
             <if test="technologyProjectType != null">
                  technology_project_Type ,
             </if>
@@ -1263,9 +1261,6 @@
             <if test="scheme != null">
                  scheme,
             </if>
-            <if test="unilateralService != null">
-                 unilateral_service ,
-            </if>
             <if test="progressTid != null">
                  progress_tid,
             </if>
@@ -1490,9 +1485,7 @@
             <if test="rdAwardsubsidy != null">
                 #{rdAwardsubsidy},
             </if>
-            <if test="justForms != null">
-                #{justForms},
-            </if>
+
             <if test="technologyProjectType != null">
                 #{technologyProjectType},
             </if>
@@ -1505,9 +1498,6 @@
             <if test="scheme != null">
                 #{scheme},
             </if>
-            <if test="unilateralService != null">
-               #{unilateralService},
-            </if>
             <if test="progressTid != null">
                  #{progressTid},
             </if>