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
0fff6371
Commit
0fff6371
authored
Jul 02, 2020
by
xsren@gongsibao.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
b76aa037
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
center-app/app/base/service/impl/dbproduct/productSve.js
+4
-1
No files found.
center-app/app/base/service/impl/dbproduct/productSve.js
View file @
0fff6371
...
...
@@ -159,13 +159,16 @@ class ProductService extends ServiceBase {
case
'csfw'
:
if
(
actionBody
.
city
){
let
str
=
actionBody
.
city
;
if
(
code2
==
'gsdz'
){
if
(
code2
==
'gsdz'
||
code2
==
'sksq'
){
str
+=
actionBody
.
serviceType
;
}
producesql
+=
` AND pc.price_desc LIKE '%
${
str
}
%'`
;
}
else
{
return
system
.
getResultFail
(
null
,
'actionBody.serviceType can not be empty!'
)
}
if
(
code2
==
'sksq'
){
producesql
+=
` AND pc.additions_desc = '
${
actionBody
.
companyType
}
'`
}
break
;
default
:
producesql
+=
` AND pt.channel_item_code = '
${
code2
}
'`
;
...
...
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