Browse Source

fix: 更新时间字段调整

chenjianhua 7 months ago
parent
commit
5031d6bde2
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>