- 活动同步标志从int改回为int8,所有同步标志都是int8
This commit is contained in:
@@ -604,7 +604,7 @@ func DeleteActStoreSkuBind(ctx *jxcontext.Context, db *dao.DaoDB, actID int, act
|
||||
isDeleteAtLeastOne = true
|
||||
}
|
||||
if isDeleteAll || isDeleteAtLeastOne {
|
||||
syncStatus := model.SyncFlagModifiedMask
|
||||
syncStatus := int8(model.SyncFlagModifiedMask)
|
||||
if isDeleteAll {
|
||||
syncStatus = model.SyncFlagDeletedMask
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user