From 4c6deb977a21003549a6fd0a8cb8cde88fb442d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E9=94=A6=E8=B4=A4?= <996842803@qq.com> Date: Fri, 29 May 2026 13:45:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8E=9F=E6=B6=B2=E5=BC=80=E6=94=BE?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3):=20=E5=BC=BA=E5=88=B6=E7=89=A9=E6=96=99?= =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../op-open/src/main/resources/mapper/open/OpenMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-modules/op-open/src/main/resources/mapper/open/OpenMapper.xml b/op-modules/op-open/src/main/resources/mapper/open/OpenMapper.xml index 10887b374..48c006ff7 100644 --- a/op-modules/op-open/src/main/resources/mapper/open/OpenMapper.xml +++ b/op-modules/op-open/src/main/resources/mapper/open/OpenMapper.xml @@ -663,7 +663,7 @@ unit from pro_medication_order_detail where order_code like concat('%', #{orderCode}, '%') and production_date = #{productDate} - + ORDER BY case when material_name='R-05' then 0 else 1 end