1
This commit is contained in:
@@ -6,7 +6,6 @@ import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"math"
|
||||
"strings"
|
||||
"testing"
|
||||
"time"
|
||||
@@ -244,11 +243,11 @@ func TestRetailDelete(t *testing.T) {
|
||||
}
|
||||
count += len(fromFoodList)
|
||||
|
||||
for k, v := range fromFoodList {
|
||||
if err := api.RetailDelete(utils.Int2Str(k), poiCode, v.AppFoodCode); err != nil {
|
||||
fmt.Println(err)
|
||||
}
|
||||
}
|
||||
//for k, v := range fromFoodList {
|
||||
// if err := api.RetailDelete(utils.Int2Str(k), poiCode, v.AppFoodCode); err != nil {
|
||||
// fmt.Println(err)
|
||||
// }
|
||||
//}
|
||||
//stockList := make([]*BareStoreFoodInfo, 0, 100)
|
||||
//for _, fl := range fromFoodList {
|
||||
// stockList = append(stockList, &BareStoreFoodInfo{
|
||||
@@ -546,5 +545,5 @@ func TestSplit(t *testing.T) {
|
||||
}
|
||||
|
||||
func Test22222(t *testing.T) {
|
||||
fmt.Println(math.Ceil(float64(100) / float64(50)))
|
||||
fmt.Println(32&(2|32) != 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user