From 0a31d5f715701b1491a471f3187b66331e78cd3b Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期二, 10 九月 2024 11:53:02 +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