...
|
...
|
@@ -606,7 +606,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ |
|
|
String message = "向" + result.getCurrentOwner() + "申请成为新主人";
|
|
|
String tip = "";
|
|
|
if(result.getApplyStatus().equals(OPERATE_TYPE_REJECT)) {
|
|
|
tip = "您发起商品「" + result.getProductName() + "」「" + result.getProductSize() + "」物权占有申请,当前主人已拒绝您的申请,您可以重新发起物权转移申请";
|
|
|
tip = "您发起商品「" + result.getProductName() + "」「" + result.getProductSize() + "」物权转移申请,当前主人已拒绝您的申请,您可以重新发起物权转移申请";
|
|
|
}else if(result.getApplyStatus().equals(OPERATE_TYPE_TIMEOUT)) {
|
|
|
tip = "当前主人确认申请超时,您可以重新发起物权转移申请";
|
|
|
}
|
...
|
...
|
|