浏览代码

【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>