Sfoglia il codice sorgente

feat: 二维码内容添加 tableNum 参数

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
qmj 1 mese fa
parent
commit
ed2ae90563

+ 1 - 1
ruoyi-admin/src/main/java/com/ruoyi/app/tableqrcode/TableQrcodeController.java

@@ -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();
     }
 
     /**