2016年(89)
分类: Web开发
2016-03-22 20:22:03
//搜索 $start_time = strtotime($start_date); $end_time = strtotime($end_date); $sql = "select a.*,b.order_amount,b.money_paid from ".$ecs->table('invoice')." as a ". " left join ".$ecs->table('order_info')." as b on a.order_id=b.order_sn". " where a.add_time >=".$start_time." and a.add_time <=".$end_time." "; $temp_list = $db->getAll($sql); if($temp_list){//有数据 $Html='时间: '.$start_date.'~'.$end_date.' '; //取得符合条件的数组 for($i=0;$i 编号 发票类型 发票抬头 发票内容 订单号 金额 添加日期 收件人 联系方式 地址 '.$temp_i.' '.$temp_list[$i][type_name].' '.$temp_list[$i][top].' '.$temp_list[$i][content].' '.$temp_list[$i][order_id].' '.$temp_money.' '.$temp_time.' '.$temp_list[$i][user_name].' '.$temp_list[$i][mobile].' '.$temp_list[$i][tel].' '.$temp_list[$i][address].' '; } $Html.=''; $Html.='