From 923550235e401caa17a010737c7c9c96222195d3 Mon Sep 17 00:00:00 2001
From: 刘小明 <liuxm_a@163.com>
Date: 星期六, 28 十二月 2024 10:02:44 +0800
Subject: [PATCH] 修改日志文件存储名称

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

diff --git a/pms-parent/pms-global/src/main/resources/mapper/StaDeviceProductionLogPastMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/StaDeviceProductionLogPastMapper.xml
index 18c924a..e9aaa6a 100644
--- a/pms-parent/pms-global/src/main/resources/mapper/StaDeviceProductionLogPastMapper.xml
+++ b/pms-parent/pms-global/src/main/resources/mapper/StaDeviceProductionLogPastMapper.xml
@@ -45,6 +45,7 @@
     </select>
 
     <!-- 灏嗚繃寰�鏃ュ織绉诲姩鍒� sta_device_production_log_past -->
+
     <insert id="insertIntoPastLogs">
         INSERT INTO sta_device_production_log_past SELECT * FROM sta_device_production_log WHERE DATE(out_time) != CURDATE();
     </insert>

--
Gitblit v1.8.0