From 83369496786239248f20000e3819a5ac94eb791c Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期六, 14 九月 2024 13:10:43 +0800
Subject: [PATCH] 背景图

---
 modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml b/modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml
index afa52bf..91e3d92 100644
--- a/modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml
+++ b/modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml
@@ -46,7 +46,6 @@
         select a.name, a.id
         from product_model a
         where a.is_delete = 0
-          and a.product_type = 1
     </select>
     <select id="getProduct" resultType="com.zt.life.modules.mainPart.basicInfo.model.ProductImg">
         SELECT a.operat_img                 as imgPath,

--
Gitblit v1.9.1