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
6467bcd2
Commit
6467bcd2
authored
Jun 01, 2024
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(cyl):资质附件,轮播图用
parent
dacbb98e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CylinderInfoMapper.xml
...nder-api/src/main/resources/mapper/CylinderInfoMapper.xml
+1
-0
CylinderInfoController.java
...e/cylinder/flc/biz/controller/CylinderInfoController.java
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-cylinder/amos-boot-module-cylinder-api/src/main/resources/mapper/CylinderInfoMapper.xml
View file @
6467bcd2
...
...
@@ -422,6 +422,7 @@
"app_id" = #{appId}
</if>
</where>
limit 1
</select>
<select
id=
"countNumber"
resultType=
"java.lang.Integer"
>
...
...
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/CylinderInfoController.java
View file @
6467bcd2
...
...
@@ -1370,10 +1370,10 @@ public class CylinderInfoController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"资质附件,轮播图用"
)
@GetMapping
(
value
=
"/getAttachmentByUnitCode"
)
public
ResponseModel
<
List
<
String
>>
getAttachmentByUnitCode
(
String
unitCode
)
{
public
ResponseModel
<
List
<
String
>>
getAttachmentByUnitCode
(
@RequestParam
(
value
=
"companyId"
)
String
companyId
)
{
List
<
String
>
result
=
new
ArrayList
<>();
String
attachmentByUnitCode
=
cylinderInfoServiceImpl
.
getBaseMapper
().
getAttachmentByUnitCode
(
unitCode
);
String
attachmentByUnitCode
=
cylinderInfoServiceImpl
.
getBaseMapper
().
getAttachmentByUnitCode
(
companyId
);
if
(
attachmentByUnitCode
!=
null
&&
!
attachmentByUnitCode
.
isEmpty
())
{
JSONArray
jsonArray
=
JSON
.
parseArray
(
attachmentByUnitCode
);
if
(
jsonArray
!=
null
)
{
...
...
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