<choose> <when test="site==5"> and p.is_default=1 and p.payment_method in('1','7','8','12','13','14') </when> <otherwise> and p.payment_method in('7','8') </otherwise> </choose>