Merge pull request 'demand: tms-报价管理-批量导入报价报错问题定位解决' (#282) from aike into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-service/pulls/282
This commit is contained in:
commit
7457f6fcdf
@ -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