|
@@ -117,7 +117,7 @@ public class KuaiShouActivityItemListServiceImpl extends ServiceImpl<KuaiShouAct
|
|
|
Integer status = itemMap.get(itemId);
|
|
|
if (!Check.isNull(status)) {
|
|
|
if (status != 4) {
|
|
|
- if (itemId != 21003732814123L) {
|
|
|
+ if (itemId != 21003732814123L && itemId != 21586733492341L) {
|
|
|
activityItemListMapper.updateItemStatusByItem(itemId, 4); // 招商活动失效,修改商品状态为活动结束
|
|
|
|
|
|
}
|
|
@@ -128,7 +128,7 @@ public class KuaiShouActivityItemListServiceImpl extends ServiceImpl<KuaiShouAct
|
|
|
Integer status = itemMap.get(itemId);
|
|
|
if (!Check.isNull(status)) { // 0 下架 1在售
|
|
|
if (itemStatus == 0 || itemAuditStatus == 5) {
|
|
|
- if (itemId != 21003732814123L) {
|
|
|
+ if (itemId != 21003732814123L && itemId != 21586733492341L) {
|
|
|
activityItemListMapper.updateItemStatusByItem(itemId, 5); // 商品失效
|
|
|
}
|
|
|
} else {
|