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
f8e8400f
Commit
f8e8400f
authored
Aug 15, 2025
by
刘林
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register
parents
55db7537
d3589146
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
CompanyUserImportDto.java
...in/amos/boot/module/tcm/api/dto/CompanyUserImportDto.java
+9
-9
RiskReportMapper.java
...oin/amos/boot/module/tcm/api/mapper/RiskReportMapper.java
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-api/src/main/java/com/yeejoin/amos/boot/module/tcm/api/dto/CompanyUserImportDto.java
View file @
f8e8400f
...
...
@@ -9,7 +9,7 @@ import com.yeejoin.amos.boot.module.tcm.api.converter.*;
import
lombok.Data
;
import
javax.validation.constraints.NotBlank
;
import
java.util.
*
;
import
java.util.
Date
;
@Data
public
class
CompanyUserImportDto
{
...
...
@@ -81,15 +81,15 @@ public class CompanyUserImportDto {
@Data
public
static
class
InspectQualification
{
@NotBlank
(
message
=
"证件编号不能为空!"
)
@NotBlank
(
message
=
"
检验资质
证件编号不能为空!"
)
@ExcelProperty
(
value
=
"证件编号"
)
private
String
certificateNum
;
@NotBlank
(
message
=
"检验资质
发证机关
不能为空!"
)
@NotBlank
(
message
=
"检验资质
证书编号
不能为空!"
)
@ExcelProperty
(
value
=
"证书编号"
)
private
String
certNo
;
@NotBlank
(
message
=
"发证机关不能为空!"
)
@NotBlank
(
message
=
"
检验资质
发证机关不能为空!"
)
@ExcelProperty
(
value
=
"发证机关"
)
private
String
approvedOrgan
;
...
...
@@ -118,15 +118,15 @@ public class CompanyUserImportDto {
*/
@Data
public
static
class
TestingQualification
{
@NotBlank
(
message
=
"证件编号不能为空!"
)
@NotBlank
(
message
=
"
检测资质
证件编号不能为空!"
)
@ExcelProperty
(
value
=
"证件编号"
)
private
String
certificateNum
;
@NotBlank
(
message
=
"检测资质
发证机关
不能为空!"
)
@NotBlank
(
message
=
"检测资质
证书编号
不能为空!"
)
@ExcelProperty
(
value
=
"证书编号"
)
private
String
certNo
;
@NotBlank
(
message
=
"发证机关不能为空!"
)
@NotBlank
(
message
=
"
检测资质
发证机关不能为空!"
)
@ExcelProperty
(
value
=
"发证机关"
)
private
String
approvedOrgan
;
...
...
@@ -158,11 +158,11 @@ public class CompanyUserImportDto {
@ExcelProperty
(
value
=
"证件编号"
)
private
String
certificateNum
;
@NotBlank
(
message
=
"作业人员
资质发证机关
不能为空!"
)
@NotBlank
(
message
=
"作业人员
证书编号
不能为空!"
)
@ExcelProperty
(
value
=
"证书编号"
)
private
String
certNo
;
@NotBlank
(
message
=
"作业人员
资质证书类型
不能为空!"
)
@NotBlank
(
message
=
"作业人员
发证机关
不能为空!"
)
@ExcelProperty
(
value
=
"发证机关"
)
private
String
approvedOrgan
;
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-api/src/main/java/com/yeejoin/amos/boot/module/tcm/api/mapper/RiskReportMapper.java
View file @
f8e8400f
...
...
@@ -26,6 +26,6 @@ public interface RiskReportMapper extends BaseMapper<RiskReport> {
Map
<
String
,
String
>
getCompanyBySeq
(
@Param
(
"companySeq"
)
String
companySeq
);
@Select
(
"select risk_disposal_unit_org_code from tzs_risk_report where sequence_nbr = #{sequenceNbr}"
)
@Select
(
"select
all_
risk_disposal_unit_org_code from tzs_risk_report where sequence_nbr = #{sequenceNbr}"
)
String
getRiskDisposalUnitOrgCode
(
Long
sequenceNbr
);
}
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