ll2018-08-13 17:21:16
if($Chengbenjia!=0){
switch ($Chengbenjia) {
情况 1:
$sql = $sql." and cost_price>=0 and cost_price<=99 ";
break;
情况 2:
$sql = $sql."and cost_price>=100 and cost_price<200 ";
break;
情况 3:
$sql = $sql."and cost_price>=200 and cost_price<=第299章 299 “;
休息;
}
}
if($shoujia!=0){
switch ($shoujia) {
情况 1:
$sql = $sql." and sellprice>=0 and sellprice<=99 " ;
中断;
情况 2:
$sql = $sql."and sellprice>=100 且 sellprice<200";
中断;
情况 3:
$sql = $sql."and sellprice> ;=200 和 sellprice<=299 ";
中断;
情况 4:
$sql = $sql." 和 sellprice>=300 ";
中断;
}
}
我也刚学php没多久我用字符串拼接做的没有其他更好的办法我不太清楚