winter пре 11 месеци
родитељ
комит
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>


Loading…
Откажи
Сачувај