From 1e2fb4b8911cabb279fc173c825dfeab38ef7552 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 30 九月 2024 02:58:02 +0800 Subject: [PATCH] 数据中心点位在线调整 --- ycl-server/src/main/resources/mapper/zgyw/CheckRuleMapper.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/CheckRuleMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CheckRuleMapper.xml index 3b178cd..4245c27 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/CheckRuleMapper.xml +++ b/ycl-server/src/main/resources/mapper/zgyw/CheckRuleMapper.xml @@ -37,6 +37,8 @@ <if test="state != null "> and state = #{state}</if> <if test="deleted != null and deleted != ''"> and deleted = #{deleted}</if> </where> + ORDER BY + order_num </select> <select id="selectCheckRuleById" resultMap="CheckRuleResult"> -- Gitblit v1.8.0