<?php
include("manager_head.php");
include ("../conn.php");
error_reporting(7);$cmd_sel_partinfo="select department_id,department_name,department_lsbm_id from lunch_department  where department_sign=0";
$cmd_sel_exec=@mysql_query($cmd_sel_partinfo) or die ("数据查询失败!");
while($cmd_sel_result=mysql_fetch_array($cmd_sel_exec))
{

}
mysql_close();
?>