소스 검색

处理原负责人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>