修改问题
This commit is contained in:
@@ -526,3 +526,10 @@ func GetExistingStoreSkuNameInfo(db *DaoDB, storeIDs, skuNameIDs []int) (storeSk
|
||||
err = GetRows(db, &storeSkuNameList, sql, sqlParams...)
|
||||
return storeSkuNameList, err
|
||||
}
|
||||
|
||||
func (s *StoreSkuSyncInfo) GetSeq() int {
|
||||
if s.Seq > 0 {
|
||||
return s.Seq
|
||||
}
|
||||
return int(s.VendorPrice)
|
||||
}
|
||||
@@ -49,7 +49,7 @@ const (
|
||||
FieldActID = "ActID"
|
||||
FieldVendorActID = "VendorActID"
|
||||
|
||||
FieldSkuSeq = "seq"
|
||||
FieldSkuSeq = "Seq"
|
||||
)
|
||||
|
||||
type ModelIDCUL struct {
|
||||
|
||||
Reference in New Issue
Block a user