取消门店活动

This commit is contained in:
苏尹岚
2020-08-03 17:31:34 +08:00
parent 7f109f9a4b
commit a166afa671

View File

@@ -1587,30 +1587,26 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
// fmt.Println("deleteList2", deleteList) // fmt.Println("deleteList2", deleteList)
db := dao.GetDB() db := dao.GetDB()
storeIDs := []int{ storeIDs := []int{
667443, 667159,
667433, 667139,
667389, 666842,
666862, 666799,
666835, 666794,
666830, 666770,
666826, 666739,
666822, 666729,
666800, 103177,
666785, 103027,
666775, 102808,
666772, 102733,
103459, 102718,
102860, 102686,
102859, 102676,
102858, 102675,
102852, 102661,
102847, 101097,
102811, 100041,
102793, 100032,
102780,
101732,
100714,
100712,
} }
for _, storeID := range storeIDs { for _, storeID := range storeIDs {
acts, _ := dao.QueryActs(db, 0, 0, 50, -1, "", -1, []int{1}, []int{0, 3, 4}, nil, storeID, nil, 0, utils.ZeroTimeValue, utils.ZeroTimeValue, utils.Str2Time("2020-05-30 00:00:00"), utils.Str2Time("2020-07-30 00:00:00")) acts, _ := dao.QueryActs(db, 0, 0, 50, -1, "", -1, []int{1}, []int{0, 3, 4}, nil, storeID, nil, 0, utils.ZeroTimeValue, utils.ZeroTimeValue, utils.Str2Time("2020-05-30 00:00:00"), utils.Str2Time("2020-07-30 00:00:00"))