Commit 40a2611b authored by zhaji's avatar zhaji

Merge remote-tracking branch 'origin/feature/insurance-1.3.0' into feature-1.3-zhaji

parents d940d281 f9fbce8d
......@@ -112,6 +112,10 @@ public class InsurancesConstants {
* 未找到符合条件的参保记录
*/
public static final String NOT_FOUND_INSURANCE_RECORD = "未找到符合条件的参保记录";
/**
* 当前投保状态无法变更投保记录
*/
public static final String CURRENT_STATUS_NOT_CHANGE_INSURANCE_RECORD = "当前投保状态无法变更投保记录";
/**
* 当前投保状态无法登记发票号
*/
......@@ -150,9 +154,9 @@ public class InsurancesConstants {
*/
public static final String REPLACE_IS_EXIST = "替换员工投保记录已存在";
/**
* 替换类型不能修改
* 替换投保不允许变更投保类型
*/
public static final String REPLACE_NOT_ALLOW = "替换类型不能修改";
public static final String REPLACE_NOT_ALLOW = "替换投保不允许变更投保类型";
/**
* 当前记录是待投保,无法替换
*/
......@@ -298,9 +302,9 @@ public class InsurancesConstants {
*/
public static final String POLICY_START_SHOULD_LESS_THAN_POLICY_END = "保单结束时间需要大于保单开始时间";
/**
* 保单开始时间需早于保单结束时间
* 变更后的保单开始时间需早于保单结束时间
*/
public static final String POLICY_START_NEW_SHOULD_LESS_THAN_POLICY_END_NEW = "保单开始时间需早于保单结束时间";
public static final String POLICY_START_NEW_SHOULD_LESS_THAN_POLICY_END_NEW = "变更后的保单开始时间需早于保单结束时间";
/**
* 保单起止时间不能超过365天
*/
......@@ -401,6 +405,10 @@ public class InsurancesConstants {
* 变更原因不能为空
*/
public static final String REASON_EMPTY = "变更原因不能为空";
/**
* 变更原因超过50字符限制
*/
public static final String REASON_MORE_THAN_50 = "变更原因超过50字符限制";
/**
* 发票号长度超过50字符限制
*/
......@@ -418,9 +426,9 @@ public class InsurancesConstants {
*/
public static final String BUY_TYPE_FOUR_NOT_REGISTERED= "替换类型无法登记保单保费";
/**
* 变更后投保类型错误
* 变更后投保类型只能填写新增、批增
*/
public static final String BUY_TYPE_ERROR_NEW = "变更后投保类型错误";
public static final String BUY_TYPE_ERROR_NEW = "变更后投保类型只能填写新增、批增";
/**
* 商险待投保,无法登记保单保费
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment