winter 11 месяцев назад
Родитель
Сommit
4f2a023f8f
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Просмотреть файл

@@ -252,7 +252,7 @@
</delete>
<update id = "updateContractId" parameterType="java.util.Map" >
update wx_rent_contract set id = #{newId},orgin_id = null, where id = #{oldId} and `tenant_id` = #{tenantId}
update wx_rent_contract set id = #{newId},orgin_id = null where id = #{oldId} and `tenant_id` = #{tenantId}
</update>
</mapper>


Загрузка…
Отмена
Сохранить