1
This commit is contained in:
@@ -391,7 +391,7 @@ public class InstructionServiceImpl implements IInstructionService {
|
|||||||
address.append(phone);
|
address.append(phone);
|
||||||
System.out.println(address);
|
System.out.println(address);
|
||||||
for (int i = 4; i < parts.length; i++) {
|
for (int i = 4; i < parts.length; i++) {
|
||||||
address.append(parts[i]);F
|
address.append(parts[i]);
|
||||||
}
|
}
|
||||||
String jf = productWithJF.get(modelNumber);
|
String jf = productWithJF.get(modelNumber);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user