This commit is contained in:
邹宗楠
2024-04-10 09:03:55 +08:00
parent 2cdd35d0fc
commit 3a11d0ab5c
4 changed files with 18 additions and 18 deletions

View File

@@ -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)
}