Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
peizhen-java
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
PeiZhen-Java
peizhen-java
Commits
a2e99d76
Commit
a2e99d76
authored
Sep 16, 2023
by
Wangmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单详情新增user_id返回
parent
6c156d14
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
10 deletions
+10
-10
pz-system/src/main/java/com/pz/system/domain/vo/DbwzOrderItemVo.java
+0
-5
pz-system/src/main/java/com/pz/system/domain/vo/OrderCommonVo.java
+5
-0
pz-system/src/main/java/com/pz/system/domain/vo/YypzOrderItemVo.java
+0
-4
pz-system/src/main/resources/mapper/system/DbghOrderMapper.xml
+1
-0
pz-system/src/main/resources/mapper/system/DbmyOrderMapper.xml
+1
-0
pz-system/src/main/resources/mapper/system/YypzOrderMapper.xml
+1
-1
pz-system/src/main/resources/mapper/system/ZqghOrderMapper.xml
+1
-0
pz-system/src/main/resources/mapper/system/ZyphOrderMapper.xml
+1
-0
No files found.
pz-system/src/main/java/com/pz/system/domain/vo/DbwzOrderItemVo.java
View file @
a2e99d76
...
@@ -71,9 +71,4 @@ public class DbwzOrderItemVo extends OrderCommonVo {
...
@@ -71,9 +71,4 @@ public class DbwzOrderItemVo extends OrderCommonVo {
*/
*/
private
String
postTreatmentCondition
;
private
String
postTreatmentCondition
;
/**
* 用户ID
*/
private
Integer
userId
;
}
}
pz-system/src/main/java/com/pz/system/domain/vo/OrderCommonVo.java
View file @
a2e99d76
...
@@ -80,4 +80,9 @@ public class OrderCommonVo {
...
@@ -80,4 +80,9 @@ public class OrderCommonVo {
*/
*/
private
Long
euserId
;
private
Long
euserId
;
/**
* 用户ID
*/
private
Integer
userId
;
}
}
pz-system/src/main/java/com/pz/system/domain/vo/YypzOrderItemVo.java
View file @
a2e99d76
...
@@ -43,8 +43,4 @@ public class YypzOrderItemVo extends OrderCommonVo {
...
@@ -43,8 +43,4 @@ public class YypzOrderItemVo extends OrderCommonVo {
*/
*/
private
Date
visitTime
;
private
Date
visitTime
;
/**
* 用户id
*/
private
Integer
uid
;
}
}
pz-system/src/main/resources/mapper/system/DbghOrderMapper.xml
View file @
a2e99d76
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
total_order.evaluation_content,
total_order.evaluation_content,
total_order.is_satisfaction as evaluation_flag,
total_order.is_satisfaction as evaluation_flag,
dbgh_order.voucher,
dbgh_order.voucher,
total_order.uid as userId,
employees.uid as euserId
employees.uid as euserId
from total_order
from total_order
left join business on total_order.business_id = business.id
left join business on total_order.business_id = business.id
...
...
pz-system/src/main/resources/mapper/system/DbmyOrderMapper.xml
View file @
a2e99d76
...
@@ -90,6 +90,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -90,6 +90,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
dbmy_order.voucher,
dbmy_order.voucher,
total_order.evaluation_content,
total_order.evaluation_content,
total_order.is_satisfaction as evaluation_flag,
total_order.is_satisfaction as evaluation_flag,
total_order.uid as userId,
employees.uid as euserId
employees.uid as euserId
from total_order
from total_order
left join business on total_order.business_id = business.id
left join business on total_order.business_id = business.id
...
...
pz-system/src/main/resources/mapper/system/YypzOrderMapper.xml
View file @
a2e99d76
...
@@ -86,7 +86,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -86,7 +86,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
hospital.name as hospital,
hospital.name as hospital,
department.title as department,
department.title as department,
yypz_order.remark,
yypz_order.remark,
total_order.uid as u
i
d,
total_order.uid as u
serI
d,
employees.uid as euserId
employees.uid as euserId
from total_order
from total_order
left join business on business.id = total_order.business_id
left join business on business.id = total_order.business_id
...
...
pz-system/src/main/resources/mapper/system/ZqghOrderMapper.xml
View file @
a2e99d76
...
@@ -72,6 +72,7 @@
...
@@ -72,6 +72,7 @@
hospital.name as hospital,
hospital.name as hospital,
department.title as department,
department.title as department,
zqgh_order.time_of_appointment as visitTime,
zqgh_order.time_of_appointment as visitTime,
total_order.uid as userId,
doctor.name as doctor
doctor.name as doctor
from total_order
from total_order
left join zqgh_order on zqgh_order.id = total_order.id
left join zqgh_order on zqgh_order.id = total_order.id
...
...
pz-system/src/main/resources/mapper/system/ZyphOrderMapper.xml
View file @
a2e99d76
...
@@ -90,6 +90,7 @@
...
@@ -90,6 +90,7 @@
zyph_order.voucher,
zyph_order.voucher,
total_order.evaluation_content,
total_order.evaluation_content,
total_order.is_satisfaction as evaluation_flag,
total_order.is_satisfaction as evaluation_flag,
total_order.uid as userId,
employees.uid as euserId
employees.uid as euserId
from total_order
from total_order
left join business on total_order.business_id = business.id
left join business on total_order.business_id = business.id
...
...
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