Commit bdd10c81 by guojuxing

门店分组

parent 6a4b12f8
......@@ -141,6 +141,8 @@ public class StoreGroupApiServiceImpl implements StoreGroupApiService{
storeService.updateGroupId(storeGroupParentId, noStoreGroupId);
}
}
} else {
throw new StoreGroupException(StoreGroupErrorEnum.ParentStoreGroupParamError.getCode(), "一级分组不需要修改上级分组");
}
return SUCCESS;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment