@ -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;
return fromName;
}
@ -243,11 +243,11 @@ public class IoOrderResponse {
private int invoiceStatus;//发票登记状态0:未登记,1:未全部登记;2:已全部登记