|
|
@@ -180,9 +180,6 @@ public class PlatformBusinessSectionServiceImpl extends ServiceImpl<StoreDiction
|
|
|
if (existing == null) {
|
|
|
throw new IllegalArgumentException("记录不存在");
|
|
|
}
|
|
|
- if (!"business_section".equals(existing.getTypeName())) {
|
|
|
- throw new IllegalArgumentException("该记录不是经营种类类型");
|
|
|
- }
|
|
|
if (existing.getDeleteFlag() == 1) {
|
|
|
throw new IllegalArgumentException("该记录已删除");
|
|
|
}
|