This commit is contained in:
邹宗楠
2023-07-31 17:28:04 +08:00
parent 42ebd7f994
commit 4e9ae5c955
2 changed files with 1 additions and 6 deletions

View File

@@ -2686,7 +2686,7 @@ func UpdateTiktokShopTotalMoney() {
func UpdateTaoSettleInfo() {
db := dao.GetDB()
storeMaps, err := dao.GetStoresMapList(db, []int{model.VendorIDTaoVegetable}, []int{667321}, nil, 0, 0, "", "", "")
storeMaps, err := dao.GetStoresMapList(db, []int{model.VendorIDTaoVegetable}, []int{667321}, nil, -9, -1, "", "", "")
if err != nil {
return
}