Commit b55d1e51a88d7566a63b63835759516bd0a356fa

Authored by liquanyu
1 parent 8ae8bd4544

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LisFacade.java View file @ b55d1e5
... ... @@ -432,7 +432,7 @@
432 432 {
433 433 if (lis != null && reportModel != null)
434 434 {
435   - if (StringUtils.isNotEmpty(lis.getLisId()) && !lis.getLisId().equals(reportModel.getLisId()))
  435 + if (StringUtils.isNotEmpty(lis.getLisId()) && !lis.getLisId().equals(reportModel.getLisId()) && !lis.getTitle().equals(reportModel.getTitle()))
436 436 {
437 437 isExist = true;
438 438 break;