Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@@ -510,7 +510,7 @@ public class TableQrcodeController extends BaseController
{
id = String.valueOf(tableQrcode.getNightMarketId());
}
- return "chachaeatapp://scan?id=" + id + "&type=" + tableQrcode.getType() + "&tableId=" + tableQrcode.getId();
+ return "chachaeatapp://scan?id=" + id + "&type=" + tableQrcode.getType() + "&tableId=" + tableQrcode.getId() + "&tableNum=" + tableQrcode.getTableNo();
/**