Преглед на файлове

【BUG】基础信息-避雷器更新报错

ZhaoMn преди 4 години
родител
ревизия
f0f2968944
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      railway-business/src/main/resources/mapper/baseinfo/BusBlqMapper.xml

+ 0 - 1
railway-business/src/main/resources/mapper/baseinfo/BusBlqMapper.xml

@@ -673,7 +673,6 @@
       <if test='null != createTime'>create_time = #{createTime},</if>
       <if test='null != updateBy'>update_by = #{updateBy},</if>
       <if test='null != updateTime'>update_time = #{updateTime},</if>
-      <if test='null != deptId'>dept_id = #{deptId}</if>
     </set>
     WHERE id = #{id}
   </update>