@@ -52,10 +52,10 @@ public class PredictModelServiceImpl implements PredictModelService {
if(abtestParam==null){
return result;
}
-
- requestParam.setRegion(requestParam.getRegion().replace("省",""));
- requestParam.setCity(requestParam.getCity().replace("市",""));
//市-中文
+// requestParam.setRegion(requestParam.getRegion().replace("省",""));
+// requestParam.setCity(requestParam.getCity().replace("市",""));
+
// Determine the group to which mid belongs
String groupClassKey = (String) abtestParam.get("group_class_key");
@@ -19,7 +19,7 @@ public class ThresholdPredictModelRequestParam {
JSONObject abExpInfo;
Long careModelStatus;
- String region = "-1";
- //市-中文
- String city = "-1";
+// String region = "-1";
+// //市-中文
+// String city = "-1";