Guest User

Untitled

a guest
Dec 14th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ```
  2. "IF(
  3. (IN(online_store_type, #{'client'.to_crc32}) AND
  4. INTEGER(#{region_sort_attr_sql_statement('regional_packet', options.fetch(:region_id))}) <>
  5. #{Apress::Packets::Packet::PACKET_EMPTY}, 2),
  6.  
  7. (IN(online_store_type, #{'semionline'.to_crc32}) AND
  8. INTEGER(#{region_sort_attr_sql_statement('regional_packet', options.fetch(:region_id))}) <>
  9. #{Apress::Packets::Packet::PACKET_EMPTY}, 1),
  10.  
  11. 0
  12. )"
  13. ```
Add Comment
Please, Sign In to add comment