1
This commit is contained in:
@@ -302,7 +302,7 @@ public class InstructionServiceImpl implements IInstructionService {
|
||||
if (matcher.find()) {
|
||||
address = new StringBuilder(matcher.group());
|
||||
}
|
||||
String phone = parts[3];
|
||||
String phone;
|
||||
//从phoneWithTF随机拿一个出来
|
||||
phone = phoneWithTF.get(new Random().nextInt(phoneWithTF.size()));
|
||||
address.append(phone);
|
||||
|
||||
Reference in New Issue
Block a user