Forráskód Böngészése

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

ZhaoMn 4 éve
szülő
commit
f0f2968944

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