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
58d1fd78
Commit
58d1fd78
authored
Nov 11, 2024
by
suhuiguang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop_tzs_bugfix' of
http://39.100.92.250:5000/moa/amos-boot-biz…
Merge branch 'develop_tzs_bugfix' of
http://39.100.92.250:5000/moa/amos-boot-biz
into develop_tzs_bugfix
parents
2c5aceac
b8007913
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
16 deletions
+17
-16
JgTransferNotice.java
...join/amos/boot/module/jg/api/entity/JgTransferNotice.java
+9
-16
JgTransferNoticeServiceImpl.java
...dule/jg/biz/service/impl/JgTransferNoticeServiceImpl.java
+5
-0
YJDPStatisticsServiceImpl.java
...statistcs/biz/service/impl/YJDPStatisticsServiceImpl.java
+3
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/JgTransferNotice.java
View file @
58d1fd78
...
@@ -6,7 +6,6 @@ import com.yeejoin.amos.boot.biz.common.entity.BaseEntity;
...
@@ -6,7 +6,6 @@ import com.yeejoin.amos.boot.biz.common.entity.BaseEntity;
import
lombok.Data
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
lombok.EqualsAndHashCode
;
import
lombok.experimental.Accessors
;
import
lombok.experimental.Accessors
;
import
java.util.Date
;
import
java.util.Date
;
/**
/**
...
@@ -258,17 +257,15 @@ public class JgTransferNotice extends BaseEntity {
...
@@ -258,17 +257,15 @@ public class JgTransferNotice extends BaseEntity {
private
String
isXixian
;
private
String
isXixian
;
/**
/**
* * 设备使用地点-街道(镇)
* 设备使用地点-街道(镇)
* */
*/
@TableField
(
value
=
"factory_use_site_street"
)
@TableField
(
value
=
"\"factory_use_site_street\""
)
private
String
factoryUseSiteStreet
;
private
String
factoryUseSiteStreet
;
/**
/**
* * 设备使用地点-街道(镇)-名称
* 设备使用地点-街道(镇)-名称
* */
*/
@TableField
(
value
=
"street_name"
)
@TableField
(
value
=
"\"street_name\""
)
private
String
streetName
;
private
String
streetName
;
@TableField
(
"county_name"
)
@TableField
(
"county_name"
)
...
@@ -295,18 +292,16 @@ public class JgTransferNotice extends BaseEntity {
...
@@ -295,18 +292,16 @@ public class JgTransferNotice extends BaseEntity {
@TableField
(
value
=
"handle_date"
)
@TableField
(
value
=
"handle_date"
)
private
Date
handleDate
;
private
Date
handleDate
;
@TableField
(
value
=
"
\"create_user_company_name\"
"
)
@TableField
(
value
=
"
create_user_company_name
"
)
private
String
createUserCompanyName
;
private
String
createUserCompanyName
;
//下一步任务ID
//下一步任务ID
@TableField
(
value
=
"
\"next_task_id\"
"
)
@TableField
(
value
=
"
next_task_id
"
)
private
String
nextTaskId
;
private
String
nextTaskId
;
@TableField
(
exist
=
false
)
@TableField
(
exist
=
false
)
private
String
supervisoryCode
;
private
String
supervisoryCode
;
@TableField
(
value
=
"equ_category"
)
@TableField
(
value
=
"equ_category"
)
private
String
equCategory
;
private
String
equCategory
;
...
@@ -318,7 +313,7 @@ public class JgTransferNotice extends BaseEntity {
...
@@ -318,7 +313,7 @@ public class JgTransferNotice extends BaseEntity {
/**
/**
* 下一节点可执行人
* 下一节点可执行人
*/
*/
@TableField
(
"
\"next_execute_user_ids\"
"
)
@TableField
(
"
next_execute_user_ids
"
)
private
String
nextExecuteUserIds
;
private
String
nextExecuteUserIds
;
@TableField
(
exist
=
false
)
@TableField
(
exist
=
false
)
...
@@ -334,14 +329,12 @@ public class JgTransferNotice extends BaseEntity {
...
@@ -334,14 +329,12 @@ public class JgTransferNotice extends BaseEntity {
// @TableField(value = "inform_number")
// @TableField(value = "inform_number")
// private String informNumber;
// private String informNumber;
/**
/**
* 其他附件
* 其他附件
*/
*/
@TableField
(
value
=
"other_accessories"
)
@TableField
(
value
=
"other_accessories"
)
private
String
otherAccessories
;
private
String
otherAccessories
;
/**
/**
* 接收机构公司的org_code
* 接收机构公司的org_code
*/
*/
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/JgTransferNoticeServiceImpl.java
View file @
58d1fd78
...
@@ -305,6 +305,11 @@ public class JgTransferNoticeServiceImpl extends BaseService<JgTransferNoticeDto
...
@@ -305,6 +305,11 @@ public class JgTransferNoticeServiceImpl extends BaseService<JgTransferNoticeDto
}
}
for
(
Map
<
String
,
Object
>
objectMap
:
informationList
)
{
for
(
Map
<
String
,
Object
>
objectMap
:
informationList
)
{
List
<
Map
<
String
,
Object
>>
temp
=
new
ArrayList
<>();
List
<
Map
<
String
,
Object
>>
temp
=
new
ArrayList
<>();
objectMap
.
put
(
"equipProvinceName"
,
objectMap
.
get
(
"provinceName"
));
objectMap
.
put
(
"equipCityName"
,
objectMap
.
get
(
"cityName"
));
objectMap
.
put
(
"equipCountyName"
,
objectMap
.
get
(
"countyName"
));
objectMap
.
put
(
"equipStreetName"
,
objectMap
.
get
(
"streetName"
));
objectMap
.
put
(
"equipAddress"
,
objectMap
.
get
(
"address"
));
temp
.
add
(
objectMap
);
temp
.
add
(
objectMap
);
Map
<
String
,
Object
>
placeholders
=
jgInstallationNoticeService
.
fullFillTemplateObj
(
temp
,
BusinessTypeEnum
.
JG_ADVICE_REMOVAL
.
getName
().
substring
(
0
,
2
));
Map
<
String
,
Object
>
placeholders
=
jgInstallationNoticeService
.
fullFillTemplateObj
(
temp
,
BusinessTypeEnum
.
JG_ADVICE_REMOVAL
.
getName
().
substring
(
0
,
2
));
maps
.
add
(
placeholders
);
maps
.
add
(
placeholders
);
...
...
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/YJDPStatisticsServiceImpl.java
View file @
58d1fd78
...
@@ -276,6 +276,9 @@ public class YJDPStatisticsServiceImpl {
...
@@ -276,6 +276,9 @@ public class YJDPStatisticsServiceImpl {
lambda
.
eq
(
AlertUseUnitStatistics:
:
getStatisticsDate
,
date
);
lambda
.
eq
(
AlertUseUnitStatistics:
:
getStatisticsDate
,
date
);
lambda
.
isNotNull
(
AlertUseUnitStatistics:
:
getUseUnitCode
);
lambda
.
isNotNull
(
AlertUseUnitStatistics:
:
getUseUnitCode
);
List
<
AlertUseUnitStatistics
>
alertUseUnitStatistics
=
alertUseUnitStatisticsMapper
.
selectList
(
lambda
);
List
<
AlertUseUnitStatistics
>
alertUseUnitStatistics
=
alertUseUnitStatisticsMapper
.
selectList
(
lambda
);
alertUseUnitStatistics
.
sort
(
Comparator
.
comparing
(
(
AlertUseUnitStatistics
a
)
->
a
.
getFaultNum
()
+
a
.
getTrappedNum
()
).
reversed
());
return
Bean
.
toModels
(
alertUseUnitStatistics
,
AlertUseUnitStatisticsDto
.
class
);
return
Bean
.
toModels
(
alertUseUnitStatistics
,
AlertUseUnitStatisticsDto
.
class
);
}
}
...
...
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