Prechádzať zdrojové kódy

1.0.8.734滤波放开限制。

git-svn-id: https://202.107.226.68:8443/svn/Services/ResistanceMonitor@4 a05970a1-87b9-9d4f-9ee5-fa77e2ec115b
shenchunzhong 1 rok pred
rodič
commit
cfbcafef97
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      4.Data/HttpPrcess.cpp
  2. BIN
      4.Data/TimeSyncServer.rc

+ 2 - 2
4.Data/HttpPrcess.cpp

@@ -1778,8 +1778,8 @@ int DealGetResistData(const httplib::Request& req, const string token, char** js
 	if (mo.length() == 0 || mp.length() == 0 || starttime.length() == 0 || endtime.length() == 0)
 		return 400;
 	if (threshold.empty() == false) nThreshold = atoi(threshold.c_str());
-	if (nThreshold < 30) nThreshold = 30; 
-	if (nThreshold > 500) nThreshold = 500;
+	//if (nThreshold < 30) nThreshold = 30; 
+	//if (nThreshold > 500) nThreshold = 500;
 	COleDateTime odtStart, odtEnd;
 	try
 	{

BIN
4.Data/TimeSyncServer.rc