From f1e9b1ab2e0ef9aea42fe0cb11d5facf3cf1af8c Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 24 Jun 2026 09:00:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20subtable=E4=BD=BF=E7=94=A8CRUD=E5=88=AB?= =?UTF-8?q?=E5=90=8Ddiscount=5Fdetail=5Flist=E8=80=8C=E9=9D=9E=E8=A1=A8?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/discount_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/discount_list.json b/json/discount_list.json index 48207a5..5c64521 100644 --- a/json/discount_list.json +++ b/json/discount_list.json @@ -33,7 +33,7 @@ { "field": "discountid", "title": "折扣产品明细", - "subtable": "discount_detail" + "subtable": "discount_detail_list" } ] }