demand: TMS系统 - 客户账单管理 - 航信开票记录 - 定制导出 - 字段 快递公司取值=申请人
committer: heyu
This commit is contained in:
parent
8a247ae2a7
commit
501319d514
@ -171,7 +171,7 @@ public class EmisSettleInvoiceChRecordServiceImpl extends EmisBaseService implem
|
||||
// 业务员
|
||||
vo.setSalesmen(record.getApplyManName());
|
||||
// 快递公司
|
||||
vo.setExpressCompany(record.getSalesmen());
|
||||
vo.setExpressCompany(record.getApplyManName());
|
||||
// 面单单号
|
||||
vo.setBillCode("1".equals(record.getSettleType()) ? record.getBillCode() : "");
|
||||
// 结算类型
|
||||
|
||||
Loading…
Reference in New Issue
Block a user