Commit 438c32a6 authored by shiyu's avatar shiyu

重新上架

parent dfaabfeb
...@@ -340,6 +340,7 @@ public class SysSpecialPerformanceServiceImpl implements SysSpecialPerformanceSe ...@@ -340,6 +340,7 @@ public class SysSpecialPerformanceServiceImpl implements SysSpecialPerformanceSe
auctionConfig.setCreateTime(now); auctionConfig.setCreateTime(now);
auctionConfig.setUpdateTime(now); auctionConfig.setUpdateTime(now);
auctionConfigDao.insert(auctionConfig); auctionConfigDao.insert(auctionConfig);
return Result.success();
} catch (Exception e) { } catch (Exception e) {
logger.error("重新上架商品 error:{}", e); logger.error("重新上架商品 error:{}", e);
} }
......
...@@ -56,8 +56,6 @@ public class AuctionRecordServiceImpl implements AuctionRecordService { ...@@ -56,8 +56,6 @@ public class AuctionRecordServiceImpl implements AuctionRecordService {
private static final Logger logger = LoggerFactory.getLogger(AuctionRecordServiceImpl.class); private static final Logger logger = LoggerFactory.getLogger(AuctionRecordServiceImpl.class);
@Value("${dts.wx.auction-msg-url}") @Value("${dts.wx.auction-msg-url}")
private String AUCTION_MSG_URL; private String AUCTION_MSG_URL;
......
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