Showing
1 changed file
with
1 additions
and
1 deletions
@@ -606,7 +606,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ | @@ -606,7 +606,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ | ||
606 | String message = "向" + result.getCurrentOwner() + "申请成为新主人"; | 606 | String message = "向" + result.getCurrentOwner() + "申请成为新主人"; |
607 | String tip = ""; | 607 | String tip = ""; |
608 | if(result.getApplyStatus().equals(OPERATE_TYPE_REJECT)) { | 608 | if(result.getApplyStatus().equals(OPERATE_TYPE_REJECT)) { |
609 | - tip = "您发起商品「" + result.getProductName() + "」「" + result.getProductSize() + "」物权占有申请,当前主人已拒绝您的申请,您可以重新发起物权转移申请"; | 609 | + tip = "您发起商品「" + result.getProductName() + "」「" + result.getProductSize() + "」物权转移申请,当前主人已拒绝您的申请,您可以重新发起物权转移申请"; |
610 | }else if(result.getApplyStatus().equals(OPERATE_TYPE_TIMEOUT)) { | 610 | }else if(result.getApplyStatus().equals(OPERATE_TYPE_TIMEOUT)) { |
611 | tip = "当前主人确认申请超时,您可以重新发起物权转移申请"; | 611 | tip = "当前主人确认申请超时,您可以重新发起物权转移申请"; |
612 | } | 612 | } |
-
Please register or login to post a comment