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
2aba02fc
Commit
2aba02fc
authored
Sep 16, 2023
by
Wangmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix - 查询订单详情中添加emUserId字段
parent
bd5e7efe
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
pz-system/src/main/java/com/pz/system/domain/vo/OrderCommonVo.java
+1
-1
pz-system/src/main/resources/mapper/system/DbghOrderMapper.xml
+1
-1
pz-system/src/main/resources/mapper/system/DbmyOrderMapper.xml
+1
-1
pz-system/src/main/resources/mapper/system/DbwzOrderMapper.xml
+1
-1
pz-system/src/main/resources/mapper/system/YypzOrderMapper.xml
+1
-1
pz-system/src/main/resources/mapper/system/ZyphOrderMapper.xml
+1
-1
No files found.
pz-system/src/main/java/com/pz/system/domain/vo/OrderCommonVo.java
View file @
2aba02fc
...
@@ -73,6 +73,6 @@ public class OrderCommonVo {
...
@@ -73,6 +73,6 @@ public class OrderCommonVo {
/**
/**
* 接单人员ID
* 接单人员ID
*/
*/
private
Long
e
mU
serId
;
private
Long
e
u
serId
;
}
}
pz-system/src/main/resources/mapper/system/DbghOrderMapper.xml
View file @
2aba02fc
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,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,
employees.uid as e
mU
serId
employees.uid as e
u
serId
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
left join employees on employees.id = total_order.em_id
left join employees on employees.id = total_order.em_id
...
...
pz-system/src/main/resources/mapper/system/DbmyOrderMapper.xml
View file @
2aba02fc
...
@@ -89,7 +89,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -89,7 +89,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,
employees.uid as e
mU
serId
employees.uid as e
u
serId
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
left join employees on total_order.em_id = employees.id
left join employees on total_order.em_id = employees.id
...
...
pz-system/src/main/resources/mapper/system/DbwzOrderMapper.xml
View file @
2aba02fc
...
@@ -93,7 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -93,7 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
total_order.uid as userId,
total_order.uid as userId,
dbwz_order.voucher,
dbwz_order.voucher,
dbwz_order.indications as doctor,
dbwz_order.indications as doctor,
employees.uid as e
mU
serId
employees.uid as e
u
serId
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
left join dbwz_order on dbwz_order.order_id = total_order.id
left join dbwz_order on dbwz_order.order_id = total_order.id
...
...
pz-system/src/main/resources/mapper/system/YypzOrderMapper.xml
View file @
2aba02fc
...
@@ -86,7 +86,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -86,7 +86,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
department.title as department,
department.title as department,
yypz_order.remark,
yypz_order.remark,
total_order.uid as uid,
total_order.uid as uid,
employees.uid as e
mU
serId
employees.uid as e
u
serId
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
left join yypz_order on yypz_order.order_id = total_order.id
left join yypz_order on yypz_order.order_id = total_order.id
...
...
pz-system/src/main/resources/mapper/system/ZyphOrderMapper.xml
View file @
2aba02fc
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,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,
employees.uid as e
mU
serId
employees.uid as e
u
serId
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
left join zyph_order on zyph_order.order_id = total_order.id
left join zyph_order on zyph_order.order_id = total_order.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