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
98a80ca3
Commit
98a80ca3
authored
Sep 19, 2023
by
sdif
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户端代码提交
parent
dc989528
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
pz-system/src/main/java/com/pz/system/service/impl/SysUserServiceImpl.java
+1
-0
pz-system/src/main/resources/mapper/system/ZyphOrderMapper.xml
+1
-1
No files found.
pz-system/src/main/java/com/pz/system/service/impl/SysUserServiceImpl.java
View file @
98a80ca3
...
@@ -520,6 +520,7 @@ public class SysUserServiceImpl implements ISysUserService, UserService {
...
@@ -520,6 +520,7 @@ public class SysUserServiceImpl implements ISysUserService, UserService {
EmployeesVo
employeesVo
=
employeesMapper
.
selectVoOne
(
Wrappers
.<
Employees
>
lambdaQuery
().
eq
(
Employees:
:
getUid
,
userId
));
EmployeesVo
employeesVo
=
employeesMapper
.
selectVoOne
(
Wrappers
.<
Employees
>
lambdaQuery
().
eq
(
Employees:
:
getUid
,
userId
));
if
(
employeesVo
!=
null
)
{
if
(
employeesVo
!=
null
)
{
userIdentityVo
.
setUserType
(
2
);
userIdentityVo
.
setUserType
(
2
);
userIdentityVo
.
setEmCmId
(
employeesVo
.
getId
());
userIdentityVo
.
setEmCmStatus
(
employeesVo
.
getStatus
());
userIdentityVo
.
setEmCmStatus
(
employeesVo
.
getStatus
());
}
else
{
}
else
{
//商家用户
//商家用户
...
...
pz-system/src/main/resources/mapper/system/ZyphOrderMapper.xml
View file @
98a80ca3
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
left join user_vsitor as vsitor on vsitor.id = zyph_order.visitor
left join user_vsitor as vsitor on vsitor.id = zyph_order.visitor
left join sys_user on sys_user.user_id = vsitor.uid
left join sys_user on sys_user.user_id = vsitor.uid
left join hospital on hospital.id = zyph_order.hid
left join hospital on hospital.id = zyph_order.hid
where zyph_order.order_id = #{
i
d}
where zyph_order.order_id = #{
totalI
d}
</select>
</select>
<select
id=
"selectZyphOrderDetailDataByTotalId"
resultType=
"com.pz.system.domain.vo.ZyphOrderItemVo"
>
<select
id=
"selectZyphOrderDetailDataByTotalId"
resultType=
"com.pz.system.domain.vo.ZyphOrderItemVo"
>
...
...
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