This commit is contained in:
richboo111
2022-10-31 16:33:30 +08:00
parent a0925f9381
commit e9cbae60bf

View File

@@ -1504,6 +1504,6 @@ func (c *StoreController) UpdateStoreTemplate() {
func (c *StoreController) GetDDScope() {
c.callGetDDScope(func(params *tStoreGetDDScopeParams) (retVal interface{}, errCode string, err error) {
retVal, err = cms.GetDDScope(params.Ctx, params.StoreID, params.VendorStoreID)
return nil, "", nil
return retVal, "", nil
})
}