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
aac04a0a
Commit
aac04a0a
authored
Oct 16, 2025
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):处理产权单位打印使用登记表为空问题
parent
01346728
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CommonController.java
.../amos/boot/module/jg/biz/controller/CommonController.java
+1
-1
IdxBizJgProjectContraptionMapper.xml
...ain/resources/mapper/IdxBizJgProjectContraptionMapper.xml
+1
-1
No files found.
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 @
aac04a0a
...
@@ -872,7 +872,7 @@ public class CommonController extends BaseController {
...
@@ -872,7 +872,7 @@ public class CommonController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"使用登记表生成"
,
notes
=
"使用登记表生成"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"使用登记表生成"
,
notes
=
"使用登记表生成"
)
@PostMapping
(
value
=
"/getRegistrationFormUrl"
)
@PostMapping
(
value
=
"/getRegistrationFormUrl"
)
@FieldMapping
({
@FieldMapping
.
FieldMap
(
sourceField
=
"formData.estateUnitSeq"
,
targetField
=
"formData.estateUnitName"
,
serviceClass
=
CommonServiceImpl
.
class
,
queryMethod
=
"queryUnitCreditInfoBySeq"
,
overrideSource
=
true
)})
@FieldMapping
({
@FieldMapping
.
FieldMap
(
sourceField
=
"formData.estateUnitSeq"
,
targetField
=
"formData.estateUnitName"
,
serviceClass
=
CommonServiceImpl
.
class
,
queryMethod
=
"queryUnitCreditInfoBySeq"
)})
public
ResponseModel
<
Map
<
String
,
Object
>>
getRegistrationFormUrl
(
@RequestBody
JSONObject
map
)
{
public
ResponseModel
<
Map
<
String
,
Object
>>
getRegistrationFormUrl
(
@RequestBody
JSONObject
map
)
{
JSONObject
formData
=
JSONObject
.
parseObject
(
JSONObject
.
toJSONString
(
map
.
get
(
"formData"
)));
JSONObject
formData
=
JSONObject
.
parseObject
(
JSONObject
.
toJSONString
(
map
.
get
(
"formData"
)));
String
manageType
=
String
.
valueOf
(
map
.
get
(
"manageType"
));
String
manageType
=
String
.
valueOf
(
map
.
get
(
"manageType"
));
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/resources/mapper/IdxBizJgProjectContraptionMapper.xml
View file @
aac04a0a
...
@@ -251,7 +251,7 @@
...
@@ -251,7 +251,7 @@
FROM (
FROM (
SELECT "RECORD", project_contraption_id
SELECT "RECORD", project_contraption_id
FROM idx_biz_jg_use_info
FROM idx_biz_jg_use_info
WHERE project_contraption_id
!=
null
WHERE project_contraption_id
is not
null
AND project_contraption_id = ANY(
AND project_contraption_id = ANY(
ARRAY[
ARRAY[
<foreach
collection=
"projectContraptionIdList"
item=
"id"
index=
"index"
separator=
","
>
<foreach
collection=
"projectContraptionIdList"
item=
"id"
index=
"index"
separator=
","
>
...
...
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