Browse Source

Merge branch 'develop' of http://112.74.196.215:3000/Tech2/data-daq into develop

wangzaijun 7 months ago
parent
commit
2fd4e8cabb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service-base/src/main/resources/mapper/DeletionInfoMapper.xml

+ 1 - 1
service-base/src/main/resources/mapper/DeletionInfoMapper.xml

@@ -34,7 +34,7 @@
                 deletion_date=#{itemDo.deletionDate},
                 remark=#{itemDo.remark},
                 updatetime=sysdate(),
-                updaterid=#{updaterId}
+                updaterid=#{itemDo.updaterId}
             </set>
             where isvalid = 1 and id=#{itemDo.id}
         </foreach>