From 82522d8382f585cac53aa23b67172d713c319cec Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 24 Jun 2026 09:24:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20codes=E7=A7=BB=E9=99=A4dbname=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=A1=A8=E5=90=8D=E5=92=8C=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - prodtypeid→product_category(name) - productid→product(product_name) - 所有表在同一数据库,不需要dbname --- models/discount_detail.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/models/discount_detail.json b/models/discount_detail.json index 6220722..740f3dc 100644 --- a/models/discount_detail.json +++ b/models/discount_detail.json @@ -77,14 +77,12 @@ }, { "field": "prodtypeid", - "dbname": "product_management", "table": "product_category", "valuefield": "id", "textfield": "name" }, { "field": "productid", - "dbname": "product_management", "table": "product", "valuefield": "id", "textfield": "product_name"