|
|
@@ -54,7 +54,7 @@ public class UserSuggestServiceImpl implements UserSuggestService {
|
|
|
throw BusinessRuntimeException.getInstance("请输入正确的手机号");
|
|
|
}
|
|
|
String goodsTitle = null;
|
|
|
- if (goodsId != null) {
|
|
|
+ if (goodsId != null && goodsId != 0) {
|
|
|
GoodsDon goodsDon = goodsDonMapper.selectById(goodsId);
|
|
|
Assert.notNull(goodsDon, "反馈的平台不存在");
|
|
|
goodsTitle = goodsDon.getTitle();
|