@ -147,7 +147,7 @@
<update id="updateCustomerId">
UPDATE customer_mp
SET customer_id = #{newCustonerId}
SET customer_id = #{newCustomerId}
WHERE
del_flag = '0'
AND customer_id = #{oldCustomerId}
@ -84,7 +84,7 @@
UPDATE pa_customer_agency
@ -81,7 +81,7 @@
<update id="updateIdById">
UPDATE pa_customer
SET id = #{newCustonerId}
SET id = #{newCustomerId}
AND id = #{oldCustomerId}
@ -36,7 +36,7 @@
UPDATE pa_customer_user_agency