This commit is contained in:
Leo
2025-12-24 14:22:37 +08:00
parent dfa6109788
commit d6ab231534

View File

@@ -1000,7 +1000,7 @@ public class InstructionServiceImpl implements IInstructionService {
// 地址
fullAddress.append(address);
// 原始电话和编号
fullAddress.append(" ").append(phone);
fullAddress.append(" 送货打").append(phone);
if (!suffix.isEmpty()) {
fullAddress.append("").append(suffix);
}