1'
This commit is contained in:
@@ -2,6 +2,8 @@ package mtwm
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/jx-callback/business/model"
|
||||
"git.rosy.net.cn/jx-callback/business/model/dao"
|
||||
"net/url"
|
||||
"testing"
|
||||
"time"
|
||||
@@ -52,3 +54,10 @@ func TestOnOrderDetail(t *testing.T) {
|
||||
err := new(PurchaseHandler).OnOrderDetail(result, partner.CreatedPeration)
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
||||
func TestName(t *testing.T) {
|
||||
store, err := dao.GetStoreDetailByVendorStoreID(dao.GetDB(), "1", model.VendorIDMTWM, "1")
|
||||
fmt.Println(store)
|
||||
fmt.Println(err)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user