检查未寄卖的逻辑
This commit is contained in:
@@ -414,10 +414,7 @@ public class LbDailyUserTradeServiceImpl extends ServiceImpl<LbDailyUserTradeMap
|
||||
}
|
||||
}
|
||||
if (userId.isEmpty()) {
|
||||
userId = nickname;
|
||||
}
|
||||
if (userId.isEmpty()) {
|
||||
userId = "AUTO_" + UUID.randomUUID().toString().replace("-", "");
|
||||
userId = "AUTO_USERID_" + UUID.randomUUID().toString().replace("-", "");
|
||||
}
|
||||
|
||||
LbDailyUserTrade trade = new LbDailyUserTrade();
|
||||
|
||||
Reference in New Issue
Block a user