Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
项目统一框架
amos-boot-biz
Commits
8dae380c
Commit
8dae380c
authored
Aug 08, 2023
by
KeYong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_dl' into develop_dl
parents
b9d33c89
da32f1f4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
KafkaMessageService.java
...n/java/com/yeejoin/equip/service/KafkaMessageService.java
+12
-0
OrgUsrMapper.xml
...ule-common-api/src/main/resources/mapper/OrgUsrMapper.xml
+1
-1
No files found.
amos-boot-data/amos-boot-data-equip/src/main/java/com/yeejoin/equip/service/KafkaMessageService.java
0 → 100644
View file @
8dae380c
package
com
.
yeejoin
.
equip
.
service
;
import
java.util.Map
;
/**
* @author LiuLin
* @date 2023年07月12日 10:44
*/
public
interface
KafkaMessageService
{
void
handlerMessage
(
String
message
,
Map
<
Object
,
Object
>
equipmentIndexVOMap
);
}
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/resources/mapper/OrgUsrMapper.xml
View file @
8dae380c
...
...
@@ -859,7 +859,7 @@ GROUP BY
</update>
<update
id=
"updatePersonStatus"
>
update cb_org_usr set person_status = #{status} where
id
= #{id}
update cb_org_usr set person_status = #{status} where
sequence_nbr
= #{id}
</update>
<select
id =
'getPersonSimpleDetail'
resultType=
'Map'
>
...
...
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