Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
mali
2018-09-19 13:35:09 +0800
Commit
68e99a3de2ddc488ba5898d68c44190124f64179
2 parents
0fd3ea3e
8d84baa1
Merge branch 'dev_product'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
dal/src/main/java/com/yohoufo/dal/product/model/StoragePrice.java
product/src/main/java/com/yohoufo/product/service/impl/ProductServiceImpl.java
dal/src/main/java/com/yohoufo/dal/product/model/StoragePrice.java
View file @
68e99a3
...
...
@@ -20,7 +20,7 @@ public class StoragePrice {
private
BigDecimal
price
;
/** 1:可售,2卖出,3鉴定失败,4卖家取消. */
/** 1:可售,2卖出,3鉴定失败,4卖家取消
, 5客服取消
. */
private
Integer
status
;
private
Integer
updateTime
;
...
...
product/src/main/java/com/yohoufo/product/service/impl/ProductServiceImpl.java
View file @
68e99a3
...
...
@@ -307,6 +307,7 @@ public class ProductServiceImpl implements ProductService{
sp
.
setDepotNum
(
depotNum
);
sp
.
setSkup
(
skup
);
sp
.
setCreateTime
((
int
)
(
System
.
currentTimeMillis
()
/
1000
));
sp
.
setUpdateTime
(
0
);
sp
.
setStatus
(
1
);
return
sp
;
}
...
...
Please
register
or
login
to post a comment