Commit 509a97ee authored by shiyu's avatar shiyu

后台藏家订单列表

parent a9d3933c
...@@ -129,7 +129,7 @@ public class SysSupplierItemServiceImpl implements SysSupplierItemService { ...@@ -129,7 +129,7 @@ public class SysSupplierItemServiceImpl implements SysSupplierItemService {
if (dto.getType() == DistributionEnum.DistributionTypeEnum.AUCTION.getCode()) { if (dto.getType() == DistributionEnum.DistributionTypeEnum.AUCTION.getCode()) {
AuctionConfig auctionConfig = new AuctionConfig(); AuctionConfig auctionConfig = new AuctionConfig();
auctionConfig.setItemId(itemId); auctionConfig.setItemId(itemId);
auctionConfig.setCreatorId(CommConsts.SYSTEM_ACCOUNT); auctionConfig.setCreatorId(supplierItem.getCreatorId());
auctionConfig.setIsValid(true); auctionConfig.setIsValid(true);
auctionConfig.setIsDeal(false); auctionConfig.setIsDeal(false);
auctionConfig.setStartTime(DateUtils.parseString(dto.getAuctionStartTime())); auctionConfig.setStartTime(DateUtils.parseString(dto.getAuctionStartTime()));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment