demand: tms-报价管理-批量导入报价报错问题定位解决

committer: heyu
This commit is contained in:
aike 2025-12-26 17:26:06 +08:00
parent 3cb257d4af
commit 1d83d797e2

View File

@ -88,11 +88,8 @@ public class EmisWaybillCustomExportUtil {
createCell(row, 6, "", dataStyle);
// 收件人地址 (收货省+收货市+收货地址)
String receiveFullAddress = buildAddress(
waybill.getReceiveProvinceName(),
waybill.getReceiveCityName(),
waybill.getReceiveAddress()
);
String receiveFullAddress = waybill.getReceiveAddress();
createCell(row, 7, receiveFullAddress, dataStyle);
// 英文收件人地址 (空)