桌码生成添加地址前缀
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user