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
7bd193bf
Commit
7bd193bf
authored
May 15, 2024
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(JG):解决单位办理打证单位错误问题,解决导入设备代码重复问题
parent
0aedf6ad
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
21 additions
and
21 deletions
+21
-21
EquipmentCategoryController.java
.../elevator/biz/controller/EquipmentCategoryController.java
+2
-2
CarCylController.java
.../module/elevator/flc/biz/controller/CarCylController.java
+2
-2
EquipmentCategoryController.java
.../cylinder/biz/controller/EquipmentCategoryController.java
+2
-2
CarCylController.java
.../module/cylinder/flc/biz/controller/CarCylController.java
+2
-2
EquipmentCategoryController.java
...dule/jczs/biz/controller/EquipmentCategoryController.java
+2
-2
CarCylController.java
...boot/module/jczs/flc/biz/controller/CarCylController.java
+2
-2
CommonController.java
.../amos/boot/module/jg/biz/controller/CommonController.java
+1
-1
JgChangeRegistrationUnitServiceImpl.java
...biz/service/impl/JgChangeRegistrationUnitServiceImpl.java
+1
-1
EquipmentCategoryController.java
...odule/tcm/biz/controller/EquipmentCategoryController.java
+2
-2
CarCylController.java
.../boot/module/tcm/flc/biz/controller/CarCylController.java
+2
-2
EquipmentCategoryController.java
...odule/ymt/biz/controller/EquipmentCategoryController.java
+1
-1
CarCylController.java
.../boot/module/ymt/flc/biz/controller/CarCylController.java
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-biz/src/main/java/com/yeejoin/amos/boot/module/elevator/biz/controller/EquipmentCategoryController.java
View file @
7bd193bf
...
...
@@ -237,7 +237,7 @@ public class EquipmentCategoryController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/checkCode"
,
method
=
RequestMethod
.
POST
)
@ApiOperation
(
httpMethod
=
"
post
"
,
value
=
"校验96333码"
,
notes
=
"校验96333码"
)
@ApiOperation
(
httpMethod
=
"
POST
"
,
value
=
"校验96333码"
,
notes
=
"校验96333码"
)
public
ResponseModel
<
Object
>
checkCode
(
@RequestBody
Map
<
String
,
Object
>
obj
){
List
<
CategoryOtherInfo
>
categoryOtherInfos
=
equipmentCategoryService
.
checkCode
(
obj
);
if
(
categoryOtherInfos
.
size
()
==
0
){
...
...
@@ -269,7 +269,7 @@ public class EquipmentCategoryController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/createEquipmentCategoryData"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"初始化一码通总览数据"
,
notes
=
"初始化一码通总览数据"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"初始化一码通总览数据"
,
notes
=
"初始化一码通总览数据"
)
public
ResponseModel
<
Object
>
createEquipmentCategoryData
(){
equipmentCategoryService
.
createEquipmentCategoryData
();
return
ResponseHelper
.
buildResponse
(
"SUCCESS"
);
...
...
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-biz/src/main/java/com/yeejoin/amos/boot/module/elevator/flc/biz/controller/CarCylController.java
View file @
7bd193bf
...
...
@@ -32,7 +32,7 @@ public class CarCylController {
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/userInfo/list"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
public
ResponseModel
<
IPage
<
TzCarcylRegDto
>>
getUserInfo
(
PageParam
pageParam
,
TzCarcylRegDto
tzCarcylRegDto
,
String
key
){
return
ResponseHelper
.
buildResponse
(
iTzCarcylService
.
page
(
pageParam
,
tzCarcylRegDto
,
key
));
}
...
...
@@ -43,7 +43,7 @@ public class CarCylController {
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/traceInfo/{sequenceNbr}"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
public
ResponseModel
<
TzCarcylTraceDto
>
getTraceInfo
(
@PathVariable
(
value
=
"sequenceNbr"
)
String
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
iTzCarcylService
.
getTrace
(
sequenceNbr
));
}
...
...
amos-boot-system-tzs/amos-boot-module-cylinder/amos-boot-module-cylinder-biz/src/main/java/com/yeejoin/amos/boot/module/cylinder/biz/controller/EquipmentCategoryController.java
View file @
7bd193bf
...
...
@@ -235,7 +235,7 @@ public class EquipmentCategoryController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/checkCode"
,
method
=
RequestMethod
.
POST
)
@ApiOperation
(
httpMethod
=
"
post
"
,
value
=
"校验96333码"
,
notes
=
"校验96333码"
)
@ApiOperation
(
httpMethod
=
"
POST
"
,
value
=
"校验96333码"
,
notes
=
"校验96333码"
)
public
ResponseModel
<
Object
>
checkCode
(
@RequestBody
Map
<
String
,
Object
>
obj
){
List
<
CategoryOtherInfo
>
categoryOtherInfos
=
equipmentCategoryService
.
checkCode
(
obj
);
if
(
categoryOtherInfos
.
size
()
==
0
){
...
...
@@ -267,7 +267,7 @@ public class EquipmentCategoryController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/createEquipmentCategoryData"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"初始化一码通总览数据"
,
notes
=
"初始化一码通总览数据"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"初始化一码通总览数据"
,
notes
=
"初始化一码通总览数据"
)
public
ResponseModel
<
Object
>
createEquipmentCategoryData
(){
equipmentCategoryService
.
createEquipmentCategoryData
();
return
ResponseHelper
.
buildResponse
(
"SUCCESS"
);
...
...
amos-boot-system-tzs/amos-boot-module-cylinder/amos-boot-module-cylinder-biz/src/main/java/com/yeejoin/amos/boot/module/cylinder/flc/biz/controller/CarCylController.java
View file @
7bd193bf
...
...
@@ -32,7 +32,7 @@ public class CarCylController {
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/userInfo/list"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
public
ResponseModel
<
IPage
<
TzCarcylRegDto
>>
getUserInfo
(
PageParam
pageParam
,
TzCarcylRegDto
tzCarcylRegDto
,
String
key
){
return
ResponseHelper
.
buildResponse
(
iTzCarcylService
.
page
(
pageParam
,
tzCarcylRegDto
,
key
));
}
...
...
@@ -43,7 +43,7 @@ public class CarCylController {
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/traceInfo/{sequenceNbr}"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
public
ResponseModel
<
TzCarcylTraceDto
>
getTraceInfo
(
@PathVariable
(
value
=
"sequenceNbr"
)
String
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
iTzCarcylService
.
getTrace
(
sequenceNbr
));
}
...
...
amos-boot-system-tzs/amos-boot-module-jczs/amos-boot-module-jczs-biz/src/main/java/com/yeejoin/amos/boot/module/jczs/biz/controller/EquipmentCategoryController.java
View file @
7bd193bf
...
...
@@ -235,7 +235,7 @@ public class EquipmentCategoryController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/checkCode"
,
method
=
RequestMethod
.
POST
)
@ApiOperation
(
httpMethod
=
"
post
"
,
value
=
"校验96333码"
,
notes
=
"校验96333码"
)
@ApiOperation
(
httpMethod
=
"
POST
"
,
value
=
"校验96333码"
,
notes
=
"校验96333码"
)
public
ResponseModel
<
Object
>
checkCode
(
@RequestBody
Map
<
String
,
Object
>
obj
){
List
<
CategoryOtherInfo
>
categoryOtherInfos
=
equipmentCategoryService
.
checkCode
(
obj
);
if
(
categoryOtherInfos
.
size
()
==
0
){
...
...
@@ -267,7 +267,7 @@ public class EquipmentCategoryController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/createEquipmentCategoryData"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"初始化一码通总览数据"
,
notes
=
"初始化一码通总览数据"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"初始化一码通总览数据"
,
notes
=
"初始化一码通总览数据"
)
public
ResponseModel
<
Object
>
createEquipmentCategoryData
(){
equipmentCategoryService
.
createEquipmentCategoryData
();
return
ResponseHelper
.
buildResponse
(
"SUCCESS"
);
...
...
amos-boot-system-tzs/amos-boot-module-jczs/amos-boot-module-jczs-biz/src/main/java/com/yeejoin/amos/boot/module/jczs/flc/biz/controller/CarCylController.java
View file @
7bd193bf
...
...
@@ -32,7 +32,7 @@ public class CarCylController {
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/userInfo/list"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
public
ResponseModel
<
IPage
<
TzCarcylRegDto
>>
getUserInfo
(
PageParam
pageParam
,
TzCarcylRegDto
tzCarcylRegDto
,
String
key
){
return
ResponseHelper
.
buildResponse
(
iTzCarcylService
.
page
(
pageParam
,
tzCarcylRegDto
,
key
));
}
...
...
@@ -43,7 +43,7 @@ public class CarCylController {
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/traceInfo/{sequenceNbr}"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
public
ResponseModel
<
TzCarcylTraceDto
>
getTraceInfo
(
@PathVariable
(
value
=
"sequenceNbr"
)
String
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
iTzCarcylService
.
getTrace
(
sequenceNbr
));
}
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/controller/CommonController.java
View file @
7bd193bf
...
...
@@ -292,7 +292,7 @@ public class CommonController extends BaseController {
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/getCompanyUser"
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"根据公司id获取公司下人员"
,
notes
=
"根据公司id获取公司下人员"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"根据公司id获取公司下人员"
,
notes
=
"根据公司id获取公司下人员"
)
public
ResponseModel
<
Object
>
getCompanyUser
(
@RequestParam
(
value
=
"companyId"
,
required
=
false
)
Long
companyId
)
{
if
(
ObjectUtils
.
isEmpty
(
companyId
))
{
return
null
;
...
...
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/JgChangeRegistrationUnitServiceImpl.java
View file @
7bd193bf
...
...
@@ -1012,7 +1012,7 @@ public class JgChangeRegistrationUnitServiceImpl extends BaseService<JgChangeReg
//使用登记证编号
exportParamsMap
.
put
(
"useRegistrationCode"
,
ValidationUtil
.
isEmpty
(
transfer
.
getUseRegistCode
())
?
""
:
transfer
.
getUseRegistCode
());
//使用单位名称
exportParamsMap
.
put
(
"useUnitName"
,
transfer
.
getUseUnitName
());
exportParamsMap
.
put
(
"useUnitName"
,
transfer
.
get
New
UseUnitName
());
//监管码
LambdaQueryWrapper
<
OtherInfo
>
queryWrapper1
=
new
LambdaQueryWrapper
<>();
queryWrapper1
.
eq
(
OtherInfo:
:
getRecord
,
jgChangeRegistrationUnitEq
.
getEquId
());
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/java/com/yeejoin/amos/boot/module/tcm/biz/controller/EquipmentCategoryController.java
View file @
7bd193bf
...
...
@@ -265,7 +265,7 @@ public class EquipmentCategoryController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/checkCode"
,
method
=
RequestMethod
.
POST
)
@ApiOperation
(
httpMethod
=
"
post
"
,
value
=
"校验96333码"
,
notes
=
"校验96333码"
)
@ApiOperation
(
httpMethod
=
"
POST
"
,
value
=
"校验96333码"
,
notes
=
"校验96333码"
)
public
ResponseModel
<
Object
>
checkCode
(
@RequestBody
Map
<
String
,
Object
>
obj
)
{
List
<
CategoryOtherInfo
>
categoryOtherInfos
=
equipmentCategoryService
.
checkCode
(
obj
);
if
(
categoryOtherInfos
.
size
()
==
0
)
{
...
...
@@ -295,7 +295,7 @@ public class EquipmentCategoryController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/createEquipmentCategoryData"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"初始化一码通总览数据"
,
notes
=
"初始化一码通总览数据"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"初始化一码通总览数据"
,
notes
=
"初始化一码通总览数据"
)
public
ResponseModel
<
Object
>
createEquipmentCategoryData
()
{
equipmentCategoryService
.
createEquipmentCategoryData
();
return
ResponseHelper
.
buildResponse
(
"SUCCESS"
);
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/java/com/yeejoin/amos/boot/module/tcm/flc/biz/controller/CarCylController.java
View file @
7bd193bf
...
...
@@ -32,7 +32,7 @@ public class CarCylController {
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/userInfo/list"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
public
ResponseModel
<
IPage
<
TzCarcylRegDto
>>
getUserInfo
(
PageParam
pageParam
,
TzCarcylRegDto
tzCarcylRegDto
,
String
key
){
return
ResponseHelper
.
buildResponse
(
iTzCarcylService
.
page
(
pageParam
,
tzCarcylRegDto
,
key
));
}
...
...
@@ -43,7 +43,7 @@ public class CarCylController {
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/traceInfo/{sequenceNbr}"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
public
ResponseModel
<
TzCarcylTraceDto
>
getTraceInfo
(
@PathVariable
(
value
=
"sequenceNbr"
)
String
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
iTzCarcylService
.
getTrace
(
sequenceNbr
));
}
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-biz/src/main/java/com/yeejoin/amos/boot/module/ymt/biz/controller/EquipmentCategoryController.java
View file @
7bd193bf
...
...
@@ -279,7 +279,7 @@ public class EquipmentCategoryController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@RequestMapping
(
value
=
"/checkCode"
,
method
=
RequestMethod
.
POST
)
@ApiOperation
(
httpMethod
=
"
post
"
,
value
=
"校验使用登记证编号、设备代码、96333码重复"
,
notes
=
"校验使用登记证编号、设备代码、96333码重复"
)
@ApiOperation
(
httpMethod
=
"
POST
"
,
value
=
"校验使用登记证编号、设备代码、96333码重复"
,
notes
=
"校验使用登记证编号、设备代码、96333码重复"
)
public
ResponseModel
<
Object
>
checkCode
(
@RequestBody
Map
<
String
,
Object
>
obj
){
String
message
=
equipmentCategoryService
.
checkCode
(
obj
);
if
(
ObjectUtils
.
isEmpty
(
message
)){
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-biz/src/main/java/com/yeejoin/amos/boot/module/ymt/flc/biz/controller/CarCylController.java
View file @
7bd193bf
...
...
@@ -32,7 +32,7 @@ public class CarCylController {
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/userInfo/list"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
public
ResponseModel
<
IPage
<
TzCarcylRegDto
>>
getUserInfo
(
PageParam
pageParam
,
TzCarcylRegDto
tzCarcylRegDto
,
String
key
){
return
ResponseHelper
.
buildResponse
(
iTzCarcylService
.
page
(
pageParam
,
tzCarcylRegDto
,
key
));
}
...
...
@@ -43,7 +43,7 @@ public class CarCylController {
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@RequestMapping
(
value
=
"/traceInfo/{sequenceNbr}"
,
method
=
RequestMethod
.
GET
)
@ApiOperation
(
httpMethod
=
"
get
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
@ApiOperation
(
httpMethod
=
"
GET
"
,
value
=
"列表分页查询"
,
notes
=
"列表分页查询"
)
public
ResponseModel
<
TzCarcylTraceDto
>
getTraceInfo
(
@PathVariable
(
value
=
"sequenceNbr"
)
String
sequenceNbr
){
return
ResponseHelper
.
buildResponse
(
iTzCarcylService
.
getTrace
(
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