From 8d71c4f1d969844c21361d0b576d93fbe3fbbe70 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 24 Jun 2026 09:30:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20productid=E8=81=94=E5=8A=A8=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=EF=BC=8Ccond=E6=9D=A1=E4=BB=B6category=5Fid=3D[[prodt?= =?UTF-8?q?ypeid]]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/discount_detail.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/discount_detail.json b/models/discount_detail.json index 740f3dc..b6d5141 100644 --- a/models/discount_detail.json +++ b/models/discount_detail.json @@ -85,7 +85,8 @@ "field": "productid", "table": "product", "valuefield": "id", - "textfield": "product_name" + "textfield": "product_name", + "cond": "category_id=[[prodtypeid]]" } ] }