1
This commit is contained in:
@@ -174,7 +174,7 @@ func InvoiceCallback(invoice *mtwmapi.InvoiceCallback) (err error) {
|
|||||||
//}
|
//}
|
||||||
invoiceData, _ := dao.GetInvoiceInfo(db, invoice.OrderId)
|
invoiceData, _ := dao.GetInvoiceInfo(db, invoice.OrderId)
|
||||||
if invoiceData == nil {
|
if invoiceData == nil {
|
||||||
invoiceObj := model.InvoiceMsg{
|
invoiceObj := &model.InvoiceMsg{
|
||||||
ModelIDCUL: model.ModelIDCUL{},
|
ModelIDCUL: model.ModelIDCUL{},
|
||||||
OrderId: invoice.OrderId,
|
OrderId: invoice.OrderId,
|
||||||
//StoreID: localOrder.JxStoreID,
|
//StoreID: localOrder.JxStoreID,
|
||||||
|
|||||||
Reference in New Issue
Block a user