Selaa lähdekoodia

fix: 更新时间字段调整

chenjianhua 7 kuukautta sitten
vanhempi
commit
5031d6bde2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>