|
|
@@ -62,7 +62,7 @@ public class GoodsDonQuestionController {
|
|
|
goodsDonQaService.updateById(byId);
|
|
|
goodsDonQaRelateMapper.update(null, Wrappers.lambdaUpdate(GoodsDonQaRelate.class)
|
|
|
.set(GoodsDonQaRelate::getDeleted, 0)
|
|
|
- .eq(GoodsDonQaRelate::getGoodsId, id)
|
|
|
+ .eq(GoodsDonQaRelate::getQuestionId, id)
|
|
|
.eq(GoodsDonQaRelate::getDeleted, 1));
|
|
|
refreshCacheService.goodsQuestionCache();
|
|
|
}
|