Commit c47d42f1 authored by clone's avatar clone

期望资金x100

parent 2e9c79f3
......@@ -59,6 +59,8 @@ class Sublet extends Basic
if (!isset($params["expected_rent"])) {
$this->response("101", "期望租金不能为空");
}else{
$params["expected_rent"] = $params["expected_rent"] * 100;
}
if (!isset($params["appellation"])) {
......
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