From 4afc188b7364c62fa6922aaa5676d399b791f1c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 13 Jan 2019 13:29:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=B0=83=E6=8B=A8=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA=E5=AF=B9=E6=96=B9?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper_xml/DepotItemMapperEx.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper_xml/DepotItemMapperEx.xml b/src/main/resources/mapper_xml/DepotItemMapperEx.xml index 604bf51c..d4900218 100644 --- a/src/main/resources/mapper_xml/DepotItemMapperEx.xml +++ b/src/main/resources/mapper_xml/DepotItemMapperEx.xml @@ -133,7 +133,7 @@ from jsh_depotitem di left join jsh_material m on di.MaterialId=m.id left join jsh_unit u on m.UnitId = u.id left join jsh_depot dp1 on di.DepotId=dp1.id - left join jsh_depot dp2 on di.AnotherDepotId=dp1.id + left join jsh_depot dp2 on di.AnotherDepotId=dp2.id where di.HeaderId = ${headerId} order by di.id asc