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
154cbd5d
Commit
154cbd5d
authored
Apr 23, 2025
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
双规+小程序问题修正
parent
fef967ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
TzsAppService.java
.../amos/boot/module/app/biz/service/impl/TzsAppService.java
+1
-2
PlanTaskServiceImpl.java
...mos/patrol/business/service/impl/PlanTaskServiceImpl.java
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-app/amos-boot-module-app-biz/src/main/java/com/yeejoin/amos/boot/module/app/biz/service/impl/TzsAppService.java
View file @
154cbd5d
...
@@ -13,7 +13,6 @@ import com.yeejoin.amos.boot.biz.common.dao.mapper.DataDictionaryMapper;
...
@@ -13,7 +13,6 @@ import com.yeejoin.amos.boot.biz.common.dao.mapper.DataDictionaryMapper;
import
com.yeejoin.amos.boot.biz.common.entity.DataDictionary
;
import
com.yeejoin.amos.boot.biz.common.entity.DataDictionary
;
import
com.yeejoin.amos.boot.biz.common.utils.QRCodeUtil
;
import
com.yeejoin.amos.boot.biz.common.utils.QRCodeUtil
;
import
com.yeejoin.amos.boot.biz.common.utils.RedisUtils
;
import
com.yeejoin.amos.boot.biz.common.utils.RedisUtils
;
import
com.yeejoin.amos.boot.module.app.api.common.CommonException
;
import
com.yeejoin.amos.boot.module.app.api.common.MobileLoginParam
;
import
com.yeejoin.amos.boot.module.app.api.common.MobileLoginParam
;
import
com.yeejoin.amos.boot.module.app.api.dto.*
;
import
com.yeejoin.amos.boot.module.app.api.dto.*
;
import
com.yeejoin.amos.boot.module.app.api.entity.*
;
import
com.yeejoin.amos.boot.module.app.api.entity.*
;
...
@@ -611,7 +610,7 @@ public class TzsAppService {
...
@@ -611,7 +610,7 @@ public class TzsAppService {
if
(
StringUtils
.
isEmpty
(
message
))
{
if
(
StringUtils
.
isEmpty
(
message
))
{
message
=
"账号或密码错误"
;
message
=
"账号或密码错误"
;
}
}
throw
new
CommonException
(
600001
,
message
);
throw
new
BadRequest
(
message
);
}
}
if
(
ValidationUtil
.
isEmpty
(
idpassword
)
||
ValidationUtil
.
isEmpty
(
idpassword
.
getResult
())
||
if
(
ValidationUtil
.
isEmpty
(
idpassword
)
||
ValidationUtil
.
isEmpty
(
idpassword
.
getResult
())
||
ValidationUtil
.
isEmpty
(
idpassword
.
getResult
().
get
(
"userId"
)))
{
ValidationUtil
.
isEmpty
(
idpassword
.
getResult
().
get
(
"userId"
)))
{
...
...
amos-boot-system-tzs/amos-boot-module-tzspatrol/amos-boot-module-tzspatrol-biz/src/main/java/com/yeejoin/amos/patrol/business/service/impl/PlanTaskServiceImpl.java
View file @
154cbd5d
...
@@ -1140,7 +1140,7 @@ public class PlanTaskServiceImpl implements IPlanTaskService {
...
@@ -1140,7 +1140,7 @@ public class PlanTaskServiceImpl implements IPlanTaskService {
for
(
Map
<
String
,
String
>
excludeItem
:
excludeItems
)
{
for
(
Map
<
String
,
String
>
excludeItem
:
excludeItems
)
{
List
<
AppCheckInputRespone
>
appCheckInputRespones
=
collect2
.
get
(
String
.
valueOf
(
excludeItem
.
get
(
"point_id"
)));
List
<
AppCheckInputRespone
>
appCheckInputRespones
=
collect2
.
get
(
String
.
valueOf
(
excludeItem
.
get
(
"point_id"
)));
if
(
excludeItem
.
containsKey
(
"exclude_items"
)
&&
!
ObjectUtils
.
isEmpty
(
excludeItem
.
get
(
"exclude_items"
)))
{
if
(
excludeItem
.
containsKey
(
"exclude_items"
)
&&
!
ObjectUtils
.
isEmpty
(
excludeItem
.
get
(
"exclude_items"
))
&&
appCheckInputRespones
!=
null
)
{
String
[]
exclude_items
=
excludeItem
.
get
(
"exclude_items"
).
split
(
","
);
String
[]
exclude_items
=
excludeItem
.
get
(
"exclude_items"
).
split
(
","
);
List
<
AppCheckInputRespone
>
appCheckInputRespones1
=
new
ArrayList
<>();
List
<
AppCheckInputRespone
>
appCheckInputRespones1
=
new
ArrayList
<>();
for
(
String
exclude_item
:
exclude_items
)
{
for
(
String
exclude_item
:
exclude_items
)
{
...
...
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