- return error in DeleteStore
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user