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
c50e6695
Commit
c50e6695
authored
Apr 01, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
2a9c644b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
TechnicianAchieve.java
...java/com/gogirl/domain/store/store/TechnicianAchieve.java
+10
-0
OrderServeMapper.xml
src/main/resources/mapper/order/OrderServeMapper.xml
+1
-0
No files found.
src/main/java/com/gogirl/domain/store/store/TechnicianAchieve.java
View file @
c50e6695
...
...
@@ -7,6 +7,8 @@ import java.util.Date;
public
class
TechnicianAchieve
{
private
Integer
orderId
;
private
String
technicianName
;
private
String
technicianPicture
;
...
...
@@ -157,4 +159,12 @@ public class TechnicianAchieve {
public
void
setNickName
(
String
nickName
)
{
this
.
nickName
=
nickName
;
}
public
Integer
getOrderId
()
{
return
orderId
;
}
public
void
setOrderId
(
Integer
orderId
)
{
this
.
orderId
=
orderId
;
}
}
src/main/resources/mapper/order/OrderServeMapper.xml
View file @
c50e6695
...
...
@@ -193,6 +193,7 @@
SELECT a.id,
a.achievement / (char_length(a.technician_id) - char_length(REPLACE(a.technician_id, ',', '')) + 1) as
achievement,
a.order_id,
a.serve_type,
a.serve_name,
a.produce_name,
...
...
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