- return error in DeleteStore

This commit is contained in:
gazebo
2018-10-23 11:29:12 +08:00
parent e8b68d4ccb
commit ad3d548824

View File

@@ -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) {