- mtwm .SyncStoreSkus
This commit is contained in:
@@ -140,3 +140,10 @@ func bizStatusJX2Mtwm(status int) (openLevel, online int) {
|
||||
}
|
||||
return mtwmapi.PoiOpenLevelNormal, mtwmapi.PoiOnline
|
||||
}
|
||||
|
||||
func skuStatusJX2Mtwm(status int) int {
|
||||
if status == 1 {
|
||||
return 0
|
||||
}
|
||||
return 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user