Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
gogirl-miniapp-backend
Commits
8664a720
Commit
8664a720
authored
Jan 25, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# update
parent
efc3ed68
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
BaseProduceMapper.xml
src/main/resources/mapper/product/BaseProduceMapper.xml
+3
-3
BaseServeMapper.xml
src/main/resources/mapper/product/BaseServeMapper.xml
+1
-1
No files found.
src/main/resources/mapper/product/BaseProduceMapper.xml
View file @
8664a720
...
@@ -151,7 +151,6 @@
...
@@ -151,7 +151,6 @@
order by t1.index_sort desc
order by t1.index_sort desc
</otherwise>
</otherwise>
</choose>
</choose>
</select>
</select>
<select
id=
"queryProduceServiceDuration"
resultType=
"com.gogirl.shared.product.CalcServiceDuration"
>
<select
id=
"queryProduceServiceDuration"
resultType=
"com.gogirl.shared.product.CalcServiceDuration"
>
...
@@ -169,10 +168,11 @@
...
@@ -169,10 +168,11 @@
t1.service_duration,
t1.service_duration,
t1.current_price,
t1.current_price,
t1.bargain_price,
t1.bargain_price,
if(t1.`status`
=1,'上架',
'下架') `status`
if(t1.`status`
= 1, '上架',
'下架') `status`
from base_produce t1
from base_produce t1
left join base_serve t2 on t1.service_id = t2.id
left join base_serve t2 on t1.service_id = t2.id
where t1.`status` !=4 and t2.id is not null
where t1.`status` != 4
and t2.id is not null
</select>
</select>
...
...
src/main/resources/mapper/product/BaseServeMapper.xml
View file @
8664a720
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
'高级会员免费卸甲(脚部)',
'高级会员免费卸甲(脚部)',
'免费睫毛卸除(会员福利)',
'免费睫毛卸除(会员福利)',
'贵族会员免费手部基础护理',
'贵族会员免费手部基础护理',
'10天内售后补睫毛',
#
'10天内售后补睫毛',
'睫毛(卸除)',
'睫毛(卸除)',
'精细日式卸甲(手部)',
'精细日式卸甲(手部)',
'精细日式卸甲(脚部)',
'精细日式卸甲(脚部)',
...
...
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