[ BEHAVIOR ] Run app\common\behavior\AppEnd @app_end [ RunTime:0.004342s ]
[Product::findCount] SQL: SELECT COUNT(DISTINCT t1.id) AS tp_count FROM `tbl_product` `t1` INNER JOIN `tbl_product_idx` `idx` ON `t1`.`id`=`idx`.`prodid` WHERE `idx`.`brandid` = 342 AND `idx`.`catid` IN (897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927) AND `t1`.`status` = 1 LIMIT 1
[Product::findList] SQL: SELECT `t1`.`id`,`t1`.`part`,`t1`.`urlname`,`t1`.`price`,`t1`.`stock`,`t1`.`minqty`,`t1`.`incqty`,`t1`.`weight`,`t1`.`volume`,`t1`.`footprint`,`t1`.`rohs`,`t1`.`url`,`t1`.`remote_url`,`t1`.`status`,`t1`.`createtime`,`t1`.`updatetime`,`idx`.`brandid`,`idx`.`catid` FROM `tbl_product` `t1` INNER JOIN `tbl_product_idx` `idx` ON `t1`.`id`=`idx`.`prodid` WHERE `idx`.`brandid` = 342 AND `idx`.`catid` IN (897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927) AND `t1`.`status` = 1 ORDER BY `id` ASC LIMIT 0,20