delete from CU_MEMBER_AWARDS
        where
            CREATION_TIME  (SYSDATE - #{days})
            and DEL_FLAG = 1
    
    
        delete from CU_MEMBER_LEVEL
        where
            CREATION_TIME  (SYSDATE - #{days})
            and DEL_FLAG = 1
    
    
        delete from CU_MEMBER_GRADE
        where
            CREATION_TIME  (SYSDATE - #{days})
            and DEL_FLAG = 1