|
@ -36,7 +36,7 @@ |
|
|
|
|
|
|
|
|
<update id="updateCustomerId"> |
|
|
<update id="updateCustomerId"> |
|
|
UPDATE pa_customer_user_agency |
|
|
UPDATE pa_customer_user_agency |
|
|
SET customer_id = #{newCustonerId} |
|
|
SET customer_id = #{newCustomerId} |
|
|
WHERE |
|
|
WHERE |
|
|
del_flag = '0' |
|
|
del_flag = '0' |
|
|
AND customer_id = #{oldCustomerId} |
|
|
AND customer_id = #{oldCustomerId} |
|
|