@@ -53,8 +53,8 @@ public class PredictModelServiceImpl implements PredictModelService {
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
@@ -19,7 +19,7 @@ public class ThresholdPredictModelRequestParam {
JSONObject abExpInfo;
Long careModelStatus;
-// String region = "-1";
-// //市-中文
-// String city = "-1";
+ String region = "-1";
+ //市-中文
+ String city = "-1";