demand: tms-报价管理-批量导入报价报错问题定位解决
committer: heyu
This commit is contained in:
parent
3cb257d4af
commit
1d83d797e2
@ -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);
|
||||
|
||||
// 英文收件人地址 (空)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user