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
fb122634
Commit
fb122634
authored
May 15, 2025
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):证打印标记功能开发
parent
e9c233b7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
3 deletions
+22
-3
JgInstallationNoticeDto.java
.../amos/boot/module/jg/api/dto/JgInstallationNoticeDto.java
+3
-0
JgUseRegistrationManageDto.java
...os/boot/module/jg/api/dto/JgUseRegistrationManageDto.java
+1
-1
JgInstallationNotice.java
.../amos/boot/module/jg/api/entity/JgInstallationNotice.java
+6
-0
JgUseRegistrationManage.java
...os/boot/module/jg/api/entity/JgUseRegistrationManage.java
+1
-1
JgInstallationNoticeMapper.xml
.../src/main/resources/mapper/JgInstallationNoticeMapper.xml
+2
-1
IdxBizJgProjectContraptionDto.java
...oot/module/ymt/api/dto/IdxBizJgProjectContraptionDto.java
+3
-0
IdxBizJgProjectContraption.java
...oot/module/ymt/api/entity/IdxBizJgProjectContraption.java
+6
-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/dto/JgInstallationNoticeDto.java
View file @
fb122634
...
...
@@ -351,4 +351,7 @@ public class JgInstallationNoticeDto extends BaseDto {
*/
@ApiModelProperty
(
"end_latitude_longitude"
)
private
JSONObject
endLatitudeLongitude
;
@ApiModelProperty
(
"证书打印标记"
)
private
String
certificatePrintTag
;
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/dto/JgUseRegistrationManageDto.java
View file @
fb122634
...
...
@@ -149,6 +149,6 @@ public class JgUseRegistrationManageDto extends BaseDto {
@ApiModelProperty
(
"使用单位seq"
)
private
String
useUnitSeq
;
@ApiModelProperty
(
"证书
是否
打印标记"
)
@ApiModelProperty
(
"证书打印标记"
)
private
String
certificatePrintTag
;
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/JgInstallationNotice.java
View file @
fb122634
...
...
@@ -504,4 +504,10 @@ public class JgInstallationNotice extends BaseEntity {
*/
@TableField
(
"end_latitude_longitude"
)
private
String
endLatitudeLongitude
;
/**
* 证书打印标记
*/
@TableField
(
"certificate_print_tag"
)
private
String
certificatePrintTag
;
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/JgUseRegistrationManage.java
View file @
fb122634
...
...
@@ -243,7 +243,7 @@ public class JgUseRegistrationManage extends BaseEntity {
private
String
isDoBusiness
;
/**
* 证书
是否
打印标记
* 证书打印标记
*/
@TableField
(
"certificate_print_tag"
)
private
String
certificatePrintTag
;
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgInstallationNoticeMapper.xml
View file @
fb122634
...
...
@@ -32,7 +32,8 @@
isn.next_execute_user_ids as nextExecuteUserIds,
(SELECT name from tz_equipment_category where code = isn.equ_list_code) AS equListName,
(SELECT name from tz_equipment_category where code = isn.equ_category_code) AS equList,
isn.cancel_reason as cancelReason
isn.cancel_reason as cancelReason,
isn.certificate_print_tag AS certificatePrintTag
</sql>
<select
id=
"queryForPage"
resultType=
"java.util.Map"
>
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/dto/IdxBizJgProjectContraptionDto.java
View file @
fb122634
...
...
@@ -137,4 +137,7 @@ public class IdxBizJgProjectContraptionDto extends BaseDto {
@ApiModelProperty
(
"最新一次管道改造的长度变化值(正值为增加,负值为减少)"
)
private
String
pipeLengthChanged
;
@ApiModelProperty
(
"证书打印标记"
)
private
String
certificatePrintTag
;
}
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/IdxBizJgProjectContraption.java
View file @
fb122634
...
...
@@ -294,4 +294,10 @@ public class IdxBizJgProjectContraption extends BaseEntity {
@TableField
(
exist
=
false
)
private
String
estateUnitName
;
/**
* 证书打印标记
*/
@TableField
(
"certificate_print_tag"
)
private
String
certificatePrintTag
;
}
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