Commit 0b3a04b7 authored by zw's avatar zw

bug

parent 4052e19d
......@@ -93,7 +93,7 @@ class GHouses extends BaseModel
$data['slotting_fee'] = $data['slotting_fee'] / 100; //存分
if ($data['external_slotting_fee'] != -1) {
$data['external_slotting_fee'] = $data['external_slotting_fee'] / 100; //存分
$data['external_slotting_fee'] = $data['external_slotting_fee']; //存分
}
/*图片 start*/
......
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