From 974e9bebe3f89a8aa87390fb84dff8ff3fa58db0 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期一, 02 三月 2020 22:28:56 +0800
Subject: [PATCH] 优化巡检路线功能

---
 WebService/src/main/java/com/java110/web/smo/inspectionRoute/impl/EditInspectionRouteSMOImpl.java |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/WebService/src/main/java/com/java110/web/smo/inspectionRoute/impl/EditInspectionRouteSMOImpl.java b/WebService/src/main/java/com/java110/web/smo/inspectionRoute/impl/EditInspectionRouteSMOImpl.java
index e9b539b..6fc1d9b 100644
--- a/WebService/src/main/java/com/java110/web/smo/inspectionRoute/impl/EditInspectionRouteSMOImpl.java
+++ b/WebService/src/main/java/com/java110/web/smo/inspectionRoute/impl/EditInspectionRouteSMOImpl.java
@@ -27,11 +27,10 @@
 
         //super.validatePageInfo(pd);
 
-        Assert.hasKeyAndValue(paramIn, "configId", "inspectionRouteId涓嶈兘涓虹┖");
+        Assert.hasKeyAndValue(paramIn, "inspectionRouteId", "璺嚎ID涓嶈兘涓虹┖");
         Assert.hasKeyAndValue(paramIn, "routeName", "蹇呭~锛岃濉啓璺嚎鍚嶇О锛屽瓧鏁�100涓互鍐�");
-        Assert.hasKeyAndValue(paramIn, "inspectionName", "蹇呭~锛岃閫夋嫨宸$偣鍚嶇О");
-        Assert.hasKeyAndValue(paramIn, "machineQuantity", "鏃犻渶濉啓锛岀郴缁熻嚜鍔ㄧ敓鎴�");
-        Assert.hasKeyAndValue(paramIn, "checkQuantity", "蹇呭~锛岃杈撳叆宸℃璺嚎鐨勬鏌ラ」鏁伴噺");
+        Assert.hasKeyAndValue(paramIn, "seq", "蹇呭~锛岃閫夋嫨宸$偣鍚嶇О");
+        Assert.hasKeyAndValue(paramIn, "communityId", "灏忓尯ID涓嶈兘涓虹┖");
 
 
         //super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST__INSPECTIONROUTE);

--
Gitblit v1.8.0