@@ -96,7 +96,7 @@ public class InformationView {
* 下单数
*/
@DbField("select count(*) from information_click_user_record ir left join order_don o on o.id = ir.order_id where ir.info_id = i.id and o.status not in ('close','noPayment')")
- private Integer order;
+ private Integer orderNum;
/**
* 浏览量