桌码生成添加地址前缀

This commit is contained in:
张松
2025-03-06 14:34:29 +08:00
parent 99326b4988
commit 19210e3c80

View File

@@ -206,7 +206,7 @@ public class ShopTableServiceImpl extends ServiceImpl<ShopTableMapper, ShopTable
if (map.containsKey(tableCode)) {
generateCode(++count, shopId, id + 1, map);
}
return tableCode;
return "https://kysh.sxczgkj.cn/codeplate?code=" + tableCode;
}