更新全部静态文本
This commit is contained in:
@@ -18,11 +18,11 @@ if(!$cars_id){
|
||||
$rs1 = db_get_row("select * from cars where id={$cars_id}");
|
||||
$row1 = db_get_row("select * from yajin where studentid='". $_SESSION["stuname"] ."'");
|
||||
if (!$row1["id"]) {
|
||||
goBakMsg("没有交押金!");
|
||||
goBakMsg("没有交预存款!");
|
||||
die;
|
||||
}else{
|
||||
if ($row1["price"]<300) {
|
||||
goBakMsg("押金不够!");
|
||||
goBakMsg("预存款不够!");
|
||||
die;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user