浏览代码

处理原负责人BUG

anderx 3 年之前
父节点
当前提交
137273a3d0
共有 1 个文件被更改,包括 4 次插入0 次删除
  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>