Parcourir la source

处理原负责人BUG

anderx il y a 3 ans
Parent
commit
137273a3d0
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/main/java/com/goafanti/common/mapper/TTaskMidMapper.xml

+ 4 - 0
src/main/java/com/goafanti/common/mapper/TTaskMidMapper.xml

@@ -578,6 +578,10 @@
       <if test="lastYearIncome != null">
         last_year_income = #{lastYearIncome,jdbcType=DECIMAL},
       </if>
+        <if test="stopStatus != null">
+          stop_status = #{stopStatus,jdbcType=INTEGER}
+      </if>
+
     </set>
     where tid = #{tid,jdbcType=INTEGER}
   </update>