Skip to content

Instantly share code, notes, and snippets.

@isqad
Created December 14, 2018 12:41
Show Gist options
  • Save isqad/b4651a3566d19d2208a7342b66794106 to your computer and use it in GitHub Desktop.
Save isqad/b4651a3566d19d2208a7342b66794106 to your computer and use it in GitHub Desktop.
"IF(
  (IN(online_store_type, #{'client'.to_crc32}) AND 
   INTEGER(#{region_sort_attr_sql_statement('regional_packet', options.fetch(:region_id))}) <> 
     #{Apress::Packets::Packet::PACKET_EMPTY},  2),
  
   (IN(online_store_type, #{'semionline'.to_crc32}) AND 
    INTEGER(#{region_sort_attr_sql_statement('regional_packet', options.fetch(:region_id))}) <> 
     #{Apress::Packets::Packet::PACKET_EMPTY},  1),
     
  0
)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment