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
24ee7e27
Commit
24ee7e27
authored
Apr 07, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sub select
parent
267b4777
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
OrderCommentMapper.xml
src/main/resources/mapper/order/OrderCommentMapper.xml
+7
-7
No files found.
src/main/resources/mapper/order/OrderCommentMapper.xml
View file @
24ee7e27
...
...
@@ -57,6 +57,7 @@
<result
column=
"label_id"
property=
"id"
></result>
<result
column=
"label_name"
property=
"name"
></result>
</resultMap>
<sql
id=
"orderCommentSql"
>
oc.id,
oc.order_id,
...
...
@@ -71,6 +72,7 @@
oc.status,
oc.technician_id
</sql>
<sql
id=
"orderServeSql"
>
orser.id orser_id,
orser.order_id orser_order_id,
...
...
@@ -83,19 +85,18 @@
orser.execution_status orser_execution_status,
orser.comment_score orser_comment_score
</sql>
<sql
id=
"serveSql"
>
ser.id ser_id,
ser.name ser_name,
ser.type ser_type,
ser.label ser_label,
ser.shop_sort ser_shop_sort,
ser.price ser_price,
ser.picture_path ser_picture_path,
ser.name ser_name,ser.type ser_type,
ser.label ser_label, ser.shop_sort ser_shop_sort,
ser.price ser_price, ser.picture_path ser_picture_path,
ser.status ser_status,
ser.remark ser_remark,
ser.details ser_details,
ser.service_duration ser_service_duration
</sql>
<sql
id=
"technicianSql"
>
tech.id tech_id,
tech.technician_no tech_technician_no,
...
...
@@ -138,5 +139,4 @@
left join order_comment_label t2 on find_in_set(t2.id, t1.label_sticker)
where t1.id = #{id}
</select>
</mapper>
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