Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
goods
Project
Project
Details
Activity
Releases
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
bp
goods
Commits
18616a14
Commit
18616a14
authored
Sep 08, 2021
by
suntengda
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'colonel' into test
parents
a612b51e
4ef0efd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
TakePlace.php
application/models/marketing/mysql/TakePlace.php
+2
-1
No files found.
application/models/marketing/mysql/TakePlace.php
View file @
18616a14
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
namespace
App\Models\marketing\mysql
;
namespace
App\Models\marketing\mysql
;
use
Api\PhpUtils\Mysql\MysqlBase
;
use
Api\PhpUtils\Mysql\MysqlBase
;
use
App\Services\marketing\MarketingService
;
/**
/**
* 自提点
* 自提点
...
@@ -25,7 +26,7 @@ class TakePlace extends MysqlBase
...
@@ -25,7 +26,7 @@ class TakePlace extends MysqlBase
*/
*/
public
static
function
searchList
(
$params
)
public
static
function
searchList
(
$params
)
{
{
$lifeAccountId
=
$params
[
'life_account_id'
]
??
0
;
$lifeAccountId
=
$params
[
'life_account_id'
]
??
MarketingService
::
getPublicLifeAccountId
()
;
$keywords
=
$params
[
'keywords'
]
??
''
;
$keywords
=
$params
[
'keywords'
]
??
''
;
$offset
=
$params
[
'offset'
]
??
0
;
$offset
=
$params
[
'offset'
]
??
0
;
$limit
=
$params
[
'limit'
]
??
20
;
$limit
=
$params
[
'limit'
]
??
20
;
...
...
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