From aefba082b002e1785ba9df24850b3e2035dd0332 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期二, 25 七月 2017 16:44:34 +0800
Subject: [PATCH] 

---
 VisitFace/document/erdb api接口描述.txt |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git "a/VisitFace/document/erdb api\346\216\245\345\217\243\346\217\217\350\277\260.txt" "b/VisitFace/document/erdb api\346\216\245\345\217\243\346\217\217\350\277\260.txt"
index 213031b..1424f8d 100644
--- "a/VisitFace/document/erdb api\346\216\245\345\217\243\346\217\217\350\277\260.txt"
+++ "b/VisitFace/document/erdb api\346\216\245\345\217\243\346\217\217\350\277\260.txt"
@@ -79,9 +79,8 @@
 enum StatusID
 {
 鏈敞鍐�
-璁垮娉ㄥ唽锛堣瀹級
+宸叉敞鍐岋紙璁垮锛�
 鏉ヨ鐧昏锛堣瀹級
-鏉ヨ锛堣瀹級
 绛剧锛堣瀹級
 绛惧埌锛堝憳宸ワ級
 绛鹃��锛堝憳宸ワ級
@@ -167,7 +166,7 @@
 Request:
 {
 	placeID : 123, // 鑻ヤ负-1鍒欏彧鎼滅储VisitFaceDB
-	visitStatusID : 1 // 绛惧埌銆佺閫�/绛剧
+	enterOrExit : 1 // 绛惧埌銆佺閫�/绛剧
 	imgs : [ "image base64" ] // 瀵瑰簲澶氫釜浜虹殑浜鸿劯鍥惧儚
 }
 Response:
@@ -190,7 +189,7 @@
    // "$person.id"
    select CompanyID from Place where placeID="$placeID"
    isChecking = select * CheckingCompany where CompanyID = "$CompanyID" and PersonID="$PersonID"
-   if (visitStatusID == 绛惧埌) // 鍏ュ彛鎽勫儚澶�
+   if (enterOrExit == 绛惧埌) // 鍏ュ彛鎽勫儚澶�
    {
 	 if (isChecking)
 		checking(PersonID, placeID);
@@ -198,7 +197,7 @@
 	 else
 	    return person status not changed;
    }
-   else if (visitStatusID == 绛鹃��/绛剧) // 鍑哄彛鎽勫儚澶�
+   else if (enterOrExit == 绛鹃��/绛剧) // 鍑哄彛鎽勫儚澶�
    {
 	 if (isChecking)
 		unchecking(PersonID, placeID);

--
Gitblit v1.8.0