Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
741ae9fe
Commit
741ae9fe
authored
Sep 15, 2020
by
兰国旗
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
laolan
parent
d292349e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gsb-marketplat/app/base/db/impl/mediaaggregation/mediaaggregationDao.js
+2
-2
gsb-marketplat/app/base/service/impl/mediaaggregation/mediaaggregationSve.js
+1
-1
No files found.
gsb-marketplat/app/base/db/impl/mediaaggregation/mediaaggregationDao.js
View file @
741ae9fe
...
...
@@ -221,11 +221,11 @@ class MediaaggregationDao extends Dao {
};
if
(
apiType
&&
apiType
==
'1'
){
//二类产品资质选项(选取数据线索的数据)
var
dataCount
=
"select count(1) as dataCount from mc_clue_maintenance where deleted_at is null"
;
var
sql
=
"select
*
from mc_clue_maintenance where deleted_at is null"
;
var
sql
=
"select
clue_info
from mc_clue_maintenance where deleted_at is null"
;
}
if
(
apiType
&&
apiType
==
'2'
){
//留资表单产品列表(我需要)
var
dataCount
=
"select count(1) as dataCount from mc_clue_maintenance where deleted_at is null and code = :code "
;
var
sql
=
"select
*
from mc_clue_maintenance where deleted_at is null and code = :code "
;
var
sql
=
"select
clue_info
from mc_clue_maintenance where deleted_at is null and code = :code "
;
}
...
...
gsb-marketplat/app/base/service/impl/mediaaggregation/mediaaggregationSve.js
View file @
741ae9fe
...
...
@@ -127,7 +127,7 @@ class MediaaggregationSve {
//周期产品二类
async
cycleProductSecend
(
pobj
)
{
if
(
!
pobj
)
{
if
(
!
pobj
||
!
pobj
.
actionBody
.
cycle_type
)
{
return
system
.
getResultFail
(
-
100
,
"参数错误"
);
}
...
...
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