From b79a714aa61e798df8739cdae4ebac198c7668ca Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 31 Mar 2023 10:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E4=BF=9D=E4=BF=AE=20?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mybatis/mapper/inv/DeviceRepairOrderDao.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mybatis/mapper/inv/DeviceRepairOrderDao.xml b/src/main/resources/mybatis/mapper/inv/DeviceRepairOrderDao.xml index c293954a0..a7bb8aa4a 100644 --- a/src/main/resources/mybatis/mapper/inv/DeviceRepairOrderDao.xml +++ b/src/main/resources/mybatis/mapper/inv/DeviceRepairOrderDao.xml @@ -23,7 +23,7 @@ (select employeeName from auth_user where id = t.createUser) createUserName, (select employeeName from auth_user where id = t.auditUser) auditUserName, (select `name` from auth_dept where code = t.deptCode) deptName, - (select `name` from auth_warehouse where code = t.invCode) invCode, + (select `name` from auth_warehouse where code = t.invCode) invName, t1.deviceName, t1.ggxh, t1.batchNo @@ -47,4 +47,4 @@ - \ No newline at end of file +