Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
f4e1ad54
Commit
f4e1ad54
authored
Jul 18, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' of
http://git.gicdev.com/haoban3.0/haoban-manage3.0.git
into developer
parents
ca78c155
085b5822
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
HmQrcodeQDTO.java
...a/com/gic/haoban/manage/api/dto/qdto/hm/HmQrcodeQDTO.java
+12
-0
HmQrcodeApiServiceImpl.java
...e/service/service/out/impl/hm/HmQrcodeApiServiceImpl.java
+1
-0
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/qdto/hm/HmQrcodeQDTO.java
View file @
f4e1ad54
...
@@ -96,6 +96,10 @@ public class HmQrcodeQDTO implements Serializable {
...
@@ -96,6 +96,10 @@ public class HmQrcodeQDTO implements Serializable {
private
List
<
String
>
clerkIdList
;
private
List
<
String
>
clerkIdList
;
private
String
staffId
;
private
String
staffId
;
private
String
staffName
;
private
String
staffName
;
/**
* 调用类型,1:手动调用;2:系统调用;3:批量调用
*/
private
Integer
invokingType
;
public
Long
getHmId
()
{
public
Long
getHmId
()
{
...
@@ -353,5 +357,13 @@ public class HmQrcodeQDTO implements Serializable {
...
@@ -353,5 +357,13 @@ public class HmQrcodeQDTO implements Serializable {
public
void
setStaffName
(
String
staffName
)
{
public
void
setStaffName
(
String
staffName
)
{
this
.
staffName
=
staffName
;
this
.
staffName
=
staffName
;
}
}
public
Integer
getInvokingType
()
{
return
invokingType
;
}
public
void
setInvokingType
(
Integer
invokingType
)
{
this
.
invokingType
=
invokingType
;
}
}
}
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/hm/HmQrcodeApiServiceImpl.java
View file @
f4e1ad54
...
@@ -188,6 +188,7 @@ public class HmQrcodeApiServiceImpl implements HmQrcodeApiService {
...
@@ -188,6 +188,7 @@ public class HmQrcodeApiServiceImpl implements HmQrcodeApiService {
}
}
for
(
String
clerkId
:
clerkIdList
)
{
for
(
String
clerkId
:
clerkIdList
)
{
hmQrcodeQDTO
.
setClerkIdList
(
Collections
.
singletonList
(
clerkId
));
hmQrcodeQDTO
.
setClerkIdList
(
Collections
.
singletonList
(
clerkId
));
hmQrcodeQDTO
.
setInvokingType
(
3
);
add
(
hmQrcodeQDTO
);
add
(
hmQrcodeQDTO
);
}
}
setLoggerContext
(
enterpriseId
,
wxEnterpriseId
,
hmQrcodeQDTO
.
getCreatorId
(),
hmQrcodeQDTO
.
getCreatorName
());
setLoggerContext
(
enterpriseId
,
wxEnterpriseId
,
hmQrcodeQDTO
.
getCreatorId
(),
hmQrcodeQDTO
.
getCreatorName
());
...
...
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