|
@@ -307,11 +307,11 @@ public class BidingController extends BaseController {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if(Objects.equals(getUserId().toString(), lot.getDealAccountId())){
|
|
if(Objects.equals(getUserId().toString(), lot.getDealAccountId())){
|
|
|
- live.getLot().setOrderId(lot.getOrderId());
|
|
|
|
|
|
|
+// live.getLot().setOrderId(lot.getOrderId());
|
|
|
}
|
|
}
|
|
|
else{
|
|
else{
|
|
|
if (clone != null) {
|
|
if (clone != null) {
|
|
|
- clone.setOrderId(null);
|
|
|
|
|
|
|
+
|
|
|
if(isDealAccountAnonymous){
|
|
if(isDealAccountAnonymous){
|
|
|
clone.setDealAccountavatar(null);
|
|
clone.setDealAccountavatar(null);
|
|
|
clone.setDealAccount(null);
|
|
clone.setDealAccount(null);
|
|
@@ -335,10 +335,10 @@ public class BidingController extends BaseController {
|
|
|
live.getLot().setDealAccountavatar(userInfo.getAvatar());
|
|
live.getLot().setDealAccountavatar(userInfo.getAvatar());
|
|
|
}
|
|
}
|
|
|
if(Objects.equals(getUserId().toString(), lot.getDealAccountId())){
|
|
if(Objects.equals(getUserId().toString(), lot.getDealAccountId())){
|
|
|
- live.getLot().setOrderId(lot.getOrderId());
|
|
|
|
|
|
|
+// live.getLot().setOrderId(lot.getOrderId());
|
|
|
}
|
|
}
|
|
|
else{
|
|
else{
|
|
|
- live.getLot().setOrderId(null);
|
|
|
|
|
|
|
+// live.getLot().setOrderId(null);
|
|
|
if(isDealAccountAnonymous){
|
|
if(isDealAccountAnonymous){
|
|
|
live.getLot().setDealAccountavatar(null);
|
|
live.getLot().setDealAccountavatar(null);
|
|
|
live.getLot().setDealAccount(null);
|
|
live.getLot().setDealAccount(null);
|
|
@@ -392,11 +392,11 @@ public class BidingController extends BaseController {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if(Objects.equals(getUserId().toString(), lot.getDealAccountId())){
|
|
if(Objects.equals(getUserId().toString(), lot.getDealAccountId())){
|
|
|
- live.getLot().setOrderId(lot.getOrderId());
|
|
|
|
|
|
|
+// live.getLot().setOrderId(lot.getOrderId());
|
|
|
}
|
|
}
|
|
|
else{
|
|
else{
|
|
|
if (clone != null) {
|
|
if (clone != null) {
|
|
|
- clone.setOrderId(null);
|
|
|
|
|
|
|
+// clone.setOrderId(null);
|
|
|
if(isDealAccountAnonymous){
|
|
if(isDealAccountAnonymous){
|
|
|
clone.setDealAccountavatar(null);
|
|
clone.setDealAccountavatar(null);
|
|
|
clone.setDealAccount(null);
|
|
clone.setDealAccount(null);
|
|
@@ -421,10 +421,10 @@ public class BidingController extends BaseController {
|
|
|
live.getLot().setDealAccountavatar(userInfo.getAvatar());
|
|
live.getLot().setDealAccountavatar(userInfo.getAvatar());
|
|
|
}
|
|
}
|
|
|
if(Objects.equals(getUserId().toString(), lot.getDealAccountId())){
|
|
if(Objects.equals(getUserId().toString(), lot.getDealAccountId())){
|
|
|
- live.getLot().setOrderId(lot.getOrderId());
|
|
|
|
|
|
|
+// live.getLot().setOrderId(lot.getOrderId());
|
|
|
}
|
|
}
|
|
|
else{
|
|
else{
|
|
|
- live.getLot().setOrderId(null);
|
|
|
|
|
|
|
+// live.getLot().setOrderId(null);
|
|
|
if(isDealAccountAnonymous){
|
|
if(isDealAccountAnonymous){
|
|
|
live.getLot().setDealAccountavatar(null);
|
|
live.getLot().setDealAccountavatar(null);
|
|
|
live.getLot().setDealAccount(null);
|
|
live.getLot().setDealAccount(null);
|