删除日志
This commit is contained in:
@@ -17,7 +17,6 @@ func init() {
|
||||
func TestCreateWaybill(t *testing.T) {
|
||||
orerID := "817109342000022"
|
||||
order, _ := partner.CurOrderManager.LoadOrder(orerID, model.VendorIDJD)
|
||||
// globals.SugarLogger.Debug(order)
|
||||
c := new(DeliveryHandler)
|
||||
_, err := c.CreateWaybill(order, 0)
|
||||
if err != nil {
|
||||
@@ -38,6 +37,6 @@ func TestCancelWaybill(t *testing.T) {
|
||||
|
||||
func Test11(t *testing.T) {
|
||||
type1 := 3
|
||||
type1 |=2
|
||||
type1 |= 2
|
||||
fmt.Println(type1)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user