diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 638a1a6ac..9ed21768c 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -382,7 +382,7 @@ func UpdateStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, storeID, vendor } func DeleteStore(ctx *jxcontext.Context, db *dao.DaoDB, storeID int, userName string) (num int64, err error) { - return 0, err + return 0, errors.New("暂不支持删除京西门店") } func TmpGetJxBadCommentsNo(ctx *jxcontext.Context, storeID int) (count int, err error) {