|
|
|
@@ -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> |
|
|
|
|