From 159fa1f9e62cf2873bf26b2db83d0b32656cdf3d Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期四, 06 六月 2024 19:44:58 +0800 Subject: [PATCH] 修改 --- modules/mainPart/src/main/resources/mapper/basicInfo/TyProductModelDao.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/modules/mainPart/src/main/resources/mapper/basicInfo/TyProductModelDao.xml b/modules/mainPart/src/main/resources/mapper/basicInfo/TyProductModelDao.xml index 988014f..828ae0b 100644 --- a/modules/mainPart/src/main/resources/mapper/basicInfo/TyProductModelDao.xml +++ b/modules/mainPart/src/main/resources/mapper/basicInfo/TyProductModelDao.xml @@ -30,6 +30,8 @@ from product_model_common a where a.is_delete = 0 and a.node_type <> 1 + ORDER BY + node_type,sort </select> <select id="getNo" resultType="java.lang.Integer"> SELECT COUNT(*) -- Gitblit v1.9.1