Commit 81d1f552 authored by hujun's avatar hujun

小写

parent 3f0cc10e
...@@ -178,7 +178,7 @@ class Houses extends Basic ...@@ -178,7 +178,7 @@ class Houses extends Basic
} }
/*根据库存判断是否已租*/ /*根据库存判断是否已租*/
if ($params['Leased'] != NULL) { if ($params['leased'] != NULL) {
$where['residue_num'] = $params; $where['residue_num'] = $params;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment