|
@@ -510,7 +510,7 @@ public class TableQrcodeController extends BaseController
|
|
|
{
|
|
{
|
|
|
id = String.valueOf(tableQrcode.getNightMarketId());
|
|
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();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|