Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lingxi-lxy-yanshou
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
后端-黄柯铭
lingxi-lxy-yanshou
Commits
72d78027
Commit
72d78027
authored
Sep 23, 2021
by
czh030
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加remark
parent
42e7b4fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
DeliveryGoodsVO.java
.../lingxi/after/sale/model/vo/response/DeliveryGoodsVO.java
+10
-0
ReturnDeliveryGoodsServiceImpl.java
...fter/sale/serviceimpl/ReturnDeliveryGoodsServiceImpl.java
+1
-0
No files found.
after-sale-service/src/main/java/com/ssy/lingxi/after/sale/model/vo/response/DeliveryGoodsVO.java
View file @
72d78027
...
...
@@ -86,6 +86,16 @@ public class DeliveryGoodsVO implements Serializable {
*/
private
String
innerStatusName
;
private
String
remark
;
public
String
getRemark
()
{
return
remark
;
}
public
void
setRemark
(
String
remark
)
{
this
.
remark
=
remark
;
}
public
Long
getDeliveryNoId
()
{
return
deliveryNoId
;
}
...
...
after-sale-service/src/main/java/com/ssy/lingxi/after/sale/serviceimpl/ReturnDeliveryGoodsServiceImpl.java
View file @
72d78027
...
...
@@ -228,6 +228,7 @@ public class ReturnDeliveryGoodsServiceImpl implements IReturnDeliveryGoodsServi
queryVO
.
setLogisticsOrderNo
(
r
.
getLogisticsOrderNo
());
queryVO
.
setLogisticsId
(
r
.
getLogisticsId
());
queryVO
.
setStorageId
(
r
.
getStorageId
());
queryVO
.
setRemark
(
r
.
getRemark
());
queryVO
.
setStorageNo
(
r
.
getStorageNo
());
queryVO
.
setStorageTime
(
r
.
getStorageTime
()
!=
null
?
DateUtil
.
format
(
DateUtil
.
date
(
r
.
getStorageTime
()),
"yyyy-MM-dd HH:mm"
)
:
""
);
queryVO
.
setInnerStatus
(
r
.
getStatus
());
...
...
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