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