From dc0d1431615cb1389237a49960ebfc9d18f6e725 Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期一, 15 七月 2024 16:44:06 +0800
Subject: [PATCH] change table

---
 pms-parent/pms-global/src/main/resources/mapper/StaDeviceProductionLogMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pms-parent/pms-global/src/main/resources/mapper/StaDeviceProductionLogMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/StaDeviceProductionLogMapper.xml
index 905a7d8..f815c1e 100644
--- a/pms-parent/pms-global/src/main/resources/mapper/StaDeviceProductionLogMapper.xml
+++ b/pms-parent/pms-global/src/main/resources/mapper/StaDeviceProductionLogMapper.xml
@@ -51,7 +51,7 @@
         select
             t.* ,p.`name` plan_name,s.`name` station_name,u.`name` update_user_name
         FROM
-            sta_device_last t
+            sta_device_production_log t
                 left join pr_assembly_plan p on t.plan_id=p.id
                 left join plt_station s on s.id = t.station_id
                 left JOIN ba_user u on u.id=t.updated_by

--
Gitblit v1.8.0