|
@@ -221,7 +221,8 @@ public class IntroduceInfoFacade extends IntroduceInfoServiceImpl {
|
|
|
|
|
|
QueryWrapper<IntroduceMap> introduceMapQueryWrapper = new QueryWrapper<>();
|
|
|
introduceMapQueryWrapper.eq("is_deleted", IsDeleteEnum.N.getKey()).
|
|
|
- eq("type", type);
|
|
|
+ eq("type", type).
|
|
|
+ eq("question_id", questionInfo.getId());
|
|
|
IntroduceMap introduceMap = introduceMapFacade.getOne(introduceMapQueryWrapper);
|
|
|
if (introduceMap == null) {
|
|
|
throw new CommonException(CommonErrorCode.NOT_EXISTS, "提示信息未维护");
|