|
@@ -72,7 +72,8 @@ public class InvalidStatutesService extends ServiceImpl<InvalidStatutesMapper, I
|
|
invalidStatutes.insert();
|
|
invalidStatutes.insert();
|
|
Integer id = invalidStatutes.getId();
|
|
Integer id = invalidStatutes.getId();
|
|
ids.add(id);
|
|
ids.add(id);
|
|
- } else {
|
|
|
|
|
|
+ }
|
|
|
|
+ else {
|
|
throw new XiaoShiException("涉及内容不能为空");
|
|
throw new XiaoShiException("涉及内容不能为空");
|
|
}
|
|
}
|
|
return ids;
|
|
return ids;
|