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/AddInspectionRouteSMOImpl.java |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/WebService/src/main/java/com/java110/web/smo/inspectionRoute/impl/AddInspectionRouteSMOImpl.java b/WebService/src/main/java/com/java110/web/smo/inspectionRoute/impl/AddInspectionRouteSMOImpl.java
index 85ed591..deabeef 100644
--- a/WebService/src/main/java/com/java110/web/smo/inspectionRoute/impl/AddInspectionRouteSMOImpl.java
+++ b/WebService/src/main/java/com/java110/web/smo/inspectionRoute/impl/AddInspectionRouteSMOImpl.java
@@ -29,9 +29,8 @@
 
         //Assert.hasKeyAndValue(paramIn, "xxx", "xxx");
         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