- 重构authz结构
- 角色管理初版完成
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
func TestCheckSkuDiffBetweenJxAndVendor(t *testing.T) {
|
||||
vendorIDList := []string{}
|
||||
storeIDList := []string{}
|
||||
vendorIDList := []int{}
|
||||
storeIDList := []int{}
|
||||
CheckSkuDiffBetweenJxAndVendor(vendorIDList, storeIDList)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user