This commit is contained in:
suyl
2021-07-19 17:09:32 +08:00
parent 2d8838c3d7
commit d5d9f509d7
2 changed files with 1 additions and 11 deletions

View File

@@ -4598,7 +4598,7 @@ func BackUpStoreSkuBind(ctx *jxcontext.Context, isAsync, isContinueWhenError boo
snapshotAt = utils.Time2Date(time.Now())
)
storeSkuBindHis := &model.StoreSkuBindHistory{
SnapshotAt: snapshotAt.AddDate(0, 0, -5),
SnapshotAt: snapshotAt.AddDate(0, 0, -3),
}
dao.DeleteEntity(db, storeSkuBindHis, "SnapshotAt")
storeList, err := dao.GetStoreList(db, nil, nil, nil, nil, nil, "")