Commit ae022edd authored by fangliyan's avatar fangliyan

换表

parent 588324cc
...@@ -379,7 +379,11 @@ if ( ! function_exists('get_upload_tblname')) ...@@ -379,7 +379,11 @@ if ( ! function_exists('get_upload_tblname'))
if($tbl == 'sell' && ($id >= 289572177 && $id < 332826911)) return 'upload34'; if($tbl == 'sell' && ($id >= 289572177 && $id < 332826911)) return 'upload34';
if($tbl == 'rent' && ($id >= 92295581 && $id < 105588509)) return 'upload34'; if($tbl == 'rent' && ($id >= 92295581 && $id < 105588509)) return 'upload34';
return 'upload35';
if($tbl == 'sell' && ($id >= 332826911 && $id < 348851359)) return 'upload35';
if($tbl == 'rent' && ($id >= 105588509 && $id < 110417127)) return 'upload35';
return 'upload36';
} }
} }
......
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