From 7dc0465238ccb76fb88b8493b10ee53ebce50acd Mon Sep 17 00:00:00 2001 From: wujian <14790700720@163.com> Date: 星期一, 05 八月 2024 08:43:34 +0800 Subject: [PATCH] fix7-新增排序 --- jcdm-main/src/main/resources/mapper/om/productionOrde/OmProductionOrdeInfoMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/jcdm-main/src/main/resources/mapper/om/productionOrde/OmProductionOrdeInfoMapper.xml b/jcdm-main/src/main/resources/mapper/om/productionOrde/OmProductionOrdeInfoMapper.xml index 983bd68..0a917ee 100644 --- a/jcdm-main/src/main/resources/mapper/om/productionOrde/OmProductionOrdeInfoMapper.xml +++ b/jcdm-main/src/main/resources/mapper/om/productionOrde/OmProductionOrdeInfoMapper.xml @@ -75,7 +75,7 @@ <if test="dateConditions != null and dateConditions != ''"> and create_time BETWEEN #{startTime} AND #{endTime}</if> </where> - ORDER BY stream_number DESC + ORDER BY CAST(work_order_no AS BIGINT) DESC </select> <select id="selectOmProductionOrdeInfoById" parameterType="Long" resultMap="OmProductionOrdeInfoResult"> -- Gitblit v1.9.3