|
Server shutdown in progress select * from products where pcap='Y' and (category_code_list = '004001013013' OR category_code_list LIKE '004001013013,%' OR category_code_list LIKE '%,004001013013' OR category_code_list LIKE '%,004001013013,%' ) and !(vstate_r like '%ST3%') and !( vstate_st='ST4' and (vstate_h>11 or vstate_l<11) and id <> '' ) AND ( (a_auth = 'Y' AND vstate_st != 'ST2') OR (vstate_st = 'ST2' AND id = '')) order by pid desc limit 0,32 |