This commit is contained in:
2025-10-05 02:34:54 +08:00
parent 0f02a86820
commit 8b3b1f9580

View File

@@ -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);