Commit 10871d61 authored by shiyu's avatar shiyu

版本3.5,拍卖保证金

parent a26b31a7
...@@ -191,7 +191,7 @@ public class AuctionEarnestServiceImpl implements AuctionEarnestService { ...@@ -191,7 +191,7 @@ public class AuctionEarnestServiceImpl implements AuctionEarnestService {
@Transactional @Transactional
@Override @Override
public Result releaseEarnest(EarnestRecordRequestDto dto) { public Result releaseEarnest(EarnestRecordRequestDto dto) {
/* if (CommConsts.NOT_SEND_MSG_USERID.contains(dto.getUserId())) { /*if (CommConsts.NOT_SEND_MSG_USERID.contains(dto.getUserId())) {
return Result.success(); return Result.success();
}*/ }*/
String itemIdKey = CommConsts.EARNEST_ACCOUNT_LOCK + dto.getUserId(); String itemIdKey = CommConsts.EARNEST_ACCOUNT_LOCK + dto.getUserId();
...@@ -250,7 +250,7 @@ public class AuctionEarnestServiceImpl implements AuctionEarnestService { ...@@ -250,7 +250,7 @@ public class AuctionEarnestServiceImpl implements AuctionEarnestService {
@Override @Override
public Result deductEarnest(EarnestRecordRequestDto dto) { public Result deductEarnest(EarnestRecordRequestDto dto) {
/* if (CommConsts.NOT_SEND_MSG_USERID.contains(dto.getUserId())) { /*if (CommConsts.NOT_SEND_MSG_USERID.contains(dto.getUserId())) {
return Result.success(); return Result.success();
}*/ }*/
String itemIdKey = CommConsts.EARNEST_ACCOUNT_LOCK + dto.getUserId(); String itemIdKey = CommConsts.EARNEST_ACCOUNT_LOCK + dto.getUserId();
......
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