Commit 730b91b4 authored by 朱晨阳's avatar 朱晨阳

提示信息优化

parent c1f0c1a4
...@@ -179,7 +179,7 @@ public class SurveyInformationServiceImpl ...@@ -179,7 +179,7 @@ public class SurveyInformationServiceImpl
&& PowerStationProcessStateEnum.不通过.getName().equals(powerStation.getProcessStatus())) { && PowerStationProcessStateEnum.不通过.getName().equals(powerStation.getProcessStatus())) {
} else { } else {
throw new BadRequest("勘察中,请稍后再试!"); throw new BadRequest("此数据已被其他人操作,请返回重新刷新!");
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment