This commit is contained in:
suyl
2021-10-13 13:51:20 +08:00
parent 0327702065
commit 056f36a0ad

View File

@@ -1985,7 +1985,7 @@ func GetNewVendorPopActs(ctx *jxcontext.Context) (err error) {
func checkActStoreSkuExist(db *dao.DaoDB, storeID, skuID, vendorID int, beginAt, endAt time.Time) bool {
var (
act = &model.Act{}
act *model.Act
)
//如果开始时间和结束时间重合,就默认是从京西上建的活动,需要过滤掉
sql := `