|
@@ -41,6 +41,8 @@ public class loadResultUtil {
|
|
|
|
|
|
ResultInfo.repeatNameError=prop.getProperty("repeatNameError");
|
|
|
ResultInfo.lostMemberInfo=prop.getProperty("lostMemberInfo");
|
|
|
+
|
|
|
+ ResultInfo.yearMsg = prop.getProperty("yearMsg");
|
|
|
|
|
|
ResultInfo.initPorxySuccessPrifix=prop.getProperty("initPorxySuccessPrifix");
|
|
|
ResultInfo.initPorxySuccessSuffix=prop.getProperty("initPorxySuccessSuffix");
|
|
@@ -71,8 +73,10 @@ public class loadResultUtil {
|
|
|
ResultInfo.probation_apply_success = prop.getProperty("probation_apply_success");
|
|
|
ResultInfo.probation_pay_success = prop.getProperty("probation_pay_success");
|
|
|
ResultInfo.probation_shut_down = prop.getProperty("probation_shut_down");
|
|
|
- ResultInfo.prize_receive_push = prop.getProperty("prize_receive_push");
|
|
|
-
|
|
|
+ ResultInfo.prize_receive_push = prop.getProperty("prize_receive_push");
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
} catch (IOException e) {
|
|
|
new RuntimeException(e.getMessage());
|
|
|
}
|