|
|
@ -4,7 +4,7 @@ |
|
|
|
<mapper namespace="com.epmet.dao.UserCustomerDao"> |
|
|
|
|
|
|
|
<update id="updateRegistered"> |
|
|
|
update set IS_REGISTER = 1 where CUSTOMER_ID = #{customerId,jdbcType=VARCHAR} and USER_ID = #{userId,jdbcType=VARCHAR} |
|
|
|
update user_customer set IS_REGISTER = 1 where CUSTOMER_ID = #{customerId,jdbcType=VARCHAR} and USER_ID = #{userId,jdbcType=VARCHAR} |
|
|
|
</update> |
|
|
|
|
|
|
|
</mapper> |