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
3246afa9
Commit
3246afa9
authored
Dec 17, 2025
by
刘林
Committed by
tianbo
Dec 18, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(大屏):大屏接口修改
parent
71e7481c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
JgUseRegistrationMapper.xml
...api/src/main/resources/mapper/JgUseRegistrationMapper.xml
+1
-1
JGDPStatisticsServiceImpl.java
...statistcs/biz/service/impl/JGDPStatisticsServiceImpl.java
+3
-3
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgUseRegistrationMapper.xml
View file @
3246afa9
...
...
@@ -1499,7 +1499,7 @@
FROM
privilege_company pc
INNER JOIN tz_base_enterprise_info bi ON bi.supervise_org_code LIKE CONCAT ( pc.org_code, '%' )
INNER JOIN tzs_jg_use_registration tjur ON tjur.use_unit_credit_code = bi.use_unit_code
INNER JOIN tzs_jg_use_registration tjur ON tjur.use_unit_credit_code = bi.use_unit_code
AND tjur.status = '已完成'
INNER JOIN tzs_jg_use_registration_eq tjure ON tjure.equip_transfer_id = tjur.sequence_nbr
INNER JOIN idx_biz_jg_register_info jri ON tjure.equ_id = jri.record
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/java/com/yeejoin/amos/boot/module/statistcs/biz/service/impl/JGDPStatisticsServiceImpl.java
View file @
3246afa9
...
...
@@ -1549,7 +1549,7 @@ public class JGDPStatisticsServiceImpl {
public
Map
<
String
,
Object
>
getRegEquCount
(
DPFilterParamDto
dpFilterParamDto
)
{
String
orgCodeP
=
stCommonService
.
getAndSetOrgCode
(
dpFilterParamDto
);
Map
<
String
,
Object
>
resultMap
=
new
HashMap
<>();
String
startTime
=
LocalDate
.
now
().
minusDays
(
29
).
format
(
DateTimeFormatter
.
ofPattern
(
"yyyy-MM-dd"
));
String
startTime
=
LocalDate
.
now
().
minusDays
(
30
).
format
(
DateTimeFormatter
.
ofPattern
(
"yyyy-MM-dd"
));
//使用登记
List
<
Map
<
String
,
Object
>>
uselist
=
jgStatisticsMapper
.
useEquCount
(
orgCodeP
,
startTime
);
Map
<
String
,
Integer
>
useCountMap
=
new
HashMap
<>();
...
...
@@ -3074,8 +3074,8 @@ public class JGDPStatisticsServiceImpl {
objMap
.
put
(
"completedBusinessTypes"
,
judgeTheBusinessAccordingByRecord
(
record
,
objMap
));
// 账号类型(用于车用气瓶流程页面-》监管审核-》打开设备详情 时隐藏保存按钮)
ReginParams
reginParams
=
JSON
.
parseObject
(
redisUtils
.
get
(
RedisKey
.
buildReginKey
(
RequestContext
.
getExeUserId
(),
RequestContext
.
getToken
())).
toString
(),
ReginParams
.
class
);
objMap
.
put
(
"accountType"
,
reginParams
.
getCompany
().
getCompanyType
());
//
ReginParams reginParams = JSON.parseObject(redisUtils.get(RedisKey.buildReginKey(RequestContext.getExeUserId(), RequestContext.getToken())).toString(), ReginParams.class);
//
objMap.put("accountType", reginParams.getCompany().getCompanyType());
// 登记日期
if
(!
ValidationUtil
.
isEmpty
(
registerInfo
.
getUseOrgCode
()))
{
Optional
<
JgUseRegistrationManage
>
firstRecord
=
jgUseRegistrationManageMapper
.
selectList
(
new
QueryWrapper
<
JgUseRegistrationManage
>().
lambda
()
...
...
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