News

Founded in 1996, our company is a sino-foreign joint venture marketing, designing and manufacturing boilers and environmental protection equipment.

Release date:1970.01.01

A PHP Error was encountered

Severity: Notice

Message: Undefined index: row_no

Filename: helpers/article_helper.php

Line Number: 147

Database Error

A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by row_no desc limit 1' at line 5

select * from ( select a.*, c.cat_code, (@row_num:=@row_num+1) as row_no from cms_article as a left join cms_category as c on a.cat_id=c.cat_id, (select(@row_num:=0)) as b where a.is_show=1 and a.is_recommend=0 ORDER BY a.`art_sort` desc, a.`art_dateline` desc, a.`art_id` desc) as res where cat_id = '' and row_no < order by row_no desc limit 1

Filename: /wwwroot/en_html/app/helpers/article_helper.php

Line Number: 147