时间:2021-07-01 10:21:17 帮助过:9人阅读
$st=$_POST['st'];
$et=$_POST['et'];
$or_type=$_POST['or_type'];
$state=$_POST['state'];
//上面是个是传过来的多条件查询,有可能只有一个,也有可能两个
if($_POST) {
$sql="select * from order a left join user b on a.juserid=b.id where a.mbus_id='$bid' and ....这里是传过来的多条件,怎么写?有可能是3个条件,也有可能是3个条件";
}