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
Email Patches
Plain Diff
Browse Files
Authored by
Lixiaodi
2018-09-19 02:39:41 +0800
Commit
8d84baa14c172d6a3d9a6b9b140b44991c8a9934
1 parent
a22fb181
bug修改
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 @
8d84baa
...
...
@@ -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 @
8d84baa
...
...
@@ -301,6 +301,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