Merge remote-tracking branch 'origin/jxstore' into lcw

This commit is contained in:
renyutian
2019-03-21 16:48:27 +08:00
4 changed files with 31 additions and 16 deletions

View File

@@ -144,3 +144,7 @@ func (p *PurchaseHandler) AfsOrderDetail2Financial(orderData map[string]interfac
}
return afsOrder
}
func (p *PurchaseHandler) OnOrderDetail(orderDetail map[string]interface{}) (err error) {
return err
}