UPDATE ic_volunteer_poly p SET p.LONGITUDE = #{form.longitude}, p.LATITUDE = #{form.latitude}, p.UPDATED_TIME = NOW() WHERE p.USER_ID = #{form.userId} AND p.customer_id = #{form.customerId} delete from ic_volunteer_poly where CUSTOMER_ID = #{customerId} delete from ic_volunteer_poly_category where CUSTOMER_ID = #{customerId}