|
@@ -192,6 +192,7 @@ func formatContractInvoice2ItemList(list []*ContractInvoice) (itemList []*Contra
|
|
|
SellerName: list[i].SellerName,
|
|
|
PayType: list[i].PayType,
|
|
|
Remark: list[i].Remark,
|
|
|
+ IsPrePay: list[i].IsPrePay,
|
|
|
CreateTime: utils.TimeTransferString(utils.FormatDateTime, list[i].CreateTime),
|
|
|
})
|
|
|
}
|