取消门店活动
This commit is contained in:
@@ -1587,17 +1587,30 @@ 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{
|
||||||
667202,
|
667443,
|
||||||
667057,
|
667433,
|
||||||
666771,
|
667389,
|
||||||
103063,
|
666862,
|
||||||
102857,
|
666835,
|
||||||
102844,
|
666830,
|
||||||
102126,
|
666826,
|
||||||
101078,
|
666822,
|
||||||
100741,
|
666800,
|
||||||
100162,
|
666785,
|
||||||
100157,
|
666775,
|
||||||
|
666772,
|
||||||
|
103459,
|
||||||
|
102860,
|
||||||
|
102859,
|
||||||
|
102858,
|
||||||
|
102852,
|
||||||
|
102847,
|
||||||
|
102811,
|
||||||
|
102793,
|
||||||
|
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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user