|
@@ -250,9 +250,9 @@ public class BlindStructuresServiceImpl implements IBlindStructuresService {
|
|
|
|
|
|
|
|
// 3. 删除原有等级数据
|
|
// 3. 删除原有等级数据
|
|
|
Boolean b = blindLevelsService.deleteBlindLevelByBlindStructureId(update.getId());
|
|
Boolean b = blindLevelsService.deleteBlindLevelByBlindStructureId(update.getId());
|
|
|
- if (!b) {
|
|
|
|
|
|
|
+ /* if (!b) {
|
|
|
return R.fail("删除历史等级失败");
|
|
return R.fail("删除历史等级失败");
|
|
|
- }
|
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
|
|
// 5. 插入新等级数据
|
|
// 5. 插入新等级数据
|
|
|
for (BlindLevelsImportVo vo : dataList) {
|
|
for (BlindLevelsImportVo vo : dataList) {
|