Explorar o código

git-svn-id: https://202.107.226.68:8443/svn/Services/ResistanceMonitor@101 a05970a1-87b9-9d4f-9ee5-fa77e2ec115b

shenchunzhong hai 1 ano
pai
achega
4d8b99b5fe
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      4.Data/HttpPrcess.cpp

+ 6 - 1
4.Data/HttpPrcess.cpp

@@ -4144,7 +4144,12 @@ int DealGetResistReport(const httplib::Request& req, const string token, char**
 					}
 					break;
 				default:
-					ASSERT(FALSE);
+					if (pn == ePowerName::PN_FRICTION)
+					{
+						//Ħ²ÁÁ¦
+					}
+					else
+						ASSERT(FALSE);
 					break;
 				}