新增往来单位搜索备份

dev
黄泽腾 2 years ago
parent 4fd3c726f0
commit 2af01de1e8

@ -166,10 +166,11 @@ public class IoOrderDetailResultResponse {
private String fromName;
public String getFromName() {
if (StrUtil.isNotEmpty(fromInvName))
return fromInvName;
if (StrUtil.isNotEmpty(fromCorpName))
return fromCorpName;
if (StrUtil.isNotEmpty(fromInvName))
return fromInvName;
return fromName;
}

@ -243,11 +243,11 @@ public class IoOrderResponse {
private int invoiceStatus;//发票登记状态0未登记1未全部登记2已全部登记
public String getFromName() {
if (StrUtil.isNotEmpty(fromInvName))
return fromInvName;
if (StrUtil.isNotEmpty(fromCorpName))
return fromCorpName;
if (StrUtil.isNotEmpty(fromInvName))
return fromInvName;
return fromName;
}
}

Loading…
Cancel
Save