From e006632a9d34d6c996d3206c2b0affec4aa0fc1a Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Wed, 27 Dec 2023 15:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=8D=95=E6=8D=AE=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml index 254ad650..3ff5d699 100644 --- a/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml +++ b/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml @@ -157,6 +157,7 @@ left join jsh_supplier s on jdh.organ_id=s.id and ifnull(s.delete_flag,'0') !='1' left join jsh_user u on jdh.creator=u.id and ifnull(u.Status,'0') !='1' left join jsh_account a on jdh.account_id=a.id and ifnull(a.delete_flag,'0') !='1' + order by jdh.id desc