Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
U
User
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangjun
User
Commits
8ec340d6
Commit
8ec340d6
authored
Feb 21, 2025
by
fangliyan
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/release' into release
parents
a640dff9
6a78c0bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
function_helper.php
esf_core/helpers/function_helper.php
+5
-1
No files found.
esf_core/helpers/function_helper.php
View file @
8ec340d6
...
...
@@ -379,7 +379,11 @@ if ( ! function_exists('get_upload_tblname'))
if
(
$tbl
==
'sell'
&&
(
$id
>=
289572177
&&
$id
<
332826911
))
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'
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment