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
fd1e726d
Commit
fd1e726d
authored
Oct 20, 2022
by
tianyiming
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
35c75e61
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
FirefightersServiceImpl.java
...dule/common/biz/service/impl/FirefightersServiceImpl.java
+4
-0
SupervisionConfigureController.java
...quipmanage/controller/SupervisionConfigureController.java
+1
-1
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-common-biz/src/main/java/com/yeejoin/amos/boot/module/common/biz/service/impl/FirefightersServiceImpl.java
View file @
fd1e726d
...
...
@@ -258,8 +258,12 @@ public class FirefightersServiceImpl extends BaseService<FirefightersDto, Firefi
if
(!
ValidationUtil
.
isEmpty
(
orgUsrAgencyUser
))
{
orgUsrAgencyUserMapper
.
delete
(
new
QueryWrapper
<
OrgUsrAgencyUser
>().
eq
(
"org_usr_id"
,
id
));
// 删除已经创建的管理员账号
FeignClientResult
<
AgencyUserModel
>
feignClientResult
=
Privilege
.
agencyUserClient
.
queryByUserId
(
orgUsrAgencyUser
.
getAmosUserId
());
if
(
feignClientResult
!=
null
)
{
Privilege
.
agencyUserClient
.
multDeleteUser
(
orgUsrAgencyUser
.
getAmosUserId
());
}
}
//删除cb_org_usr相关字段
OrgUsr
orgUsr1
=
orgUsrMapper
.
queryBySequenceNbr
(
id
.
toString
());
if
(!
ValidationUtil
.
isEmpty
(
orgUsr1
)){
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/controller/SupervisionConfigureController.java
View file @
fd1e726d
...
...
@@ -270,7 +270,7 @@ public class SupervisionConfigureController extends AbstractBaseController {
String
nowStrLong
=
DateUtils
.
getNowStrLong
();
Date
mounthDate
=
null
;
try
{
mounthDate
=
DateUtils
.
getCurrentMonth
End
Time
(
new
Date
());
mounthDate
=
DateUtils
.
getCurrentMonth
Start
Time
(
new
Date
());
}
catch
(
Exception
e
)
{
throw
new
RuntimeException
(
e
);
}
...
...
田一鸣
@tianyiming
mentioned in commit
ee163ea5
·
Oct 24, 2022
mentioned in commit
ee163ea5
mentioned in commit ee163ea5afcaa3ab9363cb50300b175961e9e7d9
Toggle commit list
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