|
|
@@ -81,7 +81,7 @@ public class BlacklistOrderController implements BlacklistOrderControllerAPI {
|
|
|
Blacklist blacklist = blacklistService.getOne(wrapperB);
|
|
|
if (ObjectUtils.isNotEmpty(blacklist)) {
|
|
|
Integer count1 = blacklist.getCount();
|
|
|
- if (count1 - 1 >= count1) {
|
|
|
+ if (count1 - 1 >= count) {
|
|
|
blacklist.setCount(count1 - 1);
|
|
|
blacklistService.updateById(blacklist);
|
|
|
} else {
|