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
aa0d0e53
Commit
aa0d0e53
authored
Aug 22, 2022
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
9c6b69e6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
JcSituationDetail.java
...in/amos/boot/module/jcs/api/entity/JcSituationDetail.java
+1
-1
PowerTransferCompanyResourcesServiceImpl.java
...ervice/impl/PowerTransferCompanyResourcesServiceImpl.java
+1
-1
jcs-1.0.0.0.xml
...ystem-jcs/src/main/resources/db/changelog/jcs-1.0.0.0.xml
+0
-0
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/src/main/java/com/yeejoin/amos/boot/module/jcs/api/entity/JcSituationDetail.java
View file @
aa0d0e53
...
@@ -32,5 +32,5 @@ public class JcSituationDetail extends BaseEntity {
...
@@ -32,5 +32,5 @@ public class JcSituationDetail extends BaseEntity {
@ApiModelProperty
(
value
=
"图片"
)
@ApiModelProperty
(
value
=
"图片"
)
@TableField
(
exist
=
false
)
@TableField
(
exist
=
false
)
private
List
<
String
>
photo
Url
;
private
List
<
String
>
photo
s
;
}
}
amos-boot-module/amos-boot-module-biz/amos-boot-module-jcs-biz/src/main/java/com/yeejoin/amos/boot/module/jcs/biz/service/impl/PowerTransferCompanyResourcesServiceImpl.java
View file @
aa0d0e53
...
@@ -153,7 +153,7 @@ public class PowerTransferCompanyResourcesServiceImpl extends BaseService<PowerT
...
@@ -153,7 +153,7 @@ public class PowerTransferCompanyResourcesServiceImpl extends BaseService<PowerT
String
photoUrls
=
content
[
1
];
String
photoUrls
=
content
[
1
];
List
<
String
>
photos
=
Arrays
.
asList
(
photoUrls
);
List
<
String
>
photos
=
Arrays
.
asList
(
photoUrls
);
e
.
setInfo
(
info
);
e
.
setInfo
(
info
);
e
.
setPhoto
Url
(
photos
);
e
.
setPhoto
s
(
photos
);
}
}
});
});
return
list
;
return
list
;
...
...
amos-boot-system-jcs/src/main/resources/db/changelog/jcs-1.0.0.0.xml
View file @
aa0d0e53
This diff is collapsed.
Click to expand it.
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