From 0a3a59432a0ff8d4169ad7484250a0a0d5bed1f9 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 09 一月 2025 19:50:58 +0800
Subject: [PATCH] # 1. 波次预览重复问题     2. PDA组拖超过3个物料后,组拖按钮被遮挡     3. 平库入库物料ID为空     4. PDA出库成功后,界面数据重置,避免重复操作    5. 入库单历史档,按时间倒序排列

---
 zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/impl/SuggestLocRuleServiceImpl.java |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/impl/SuggestLocRuleServiceImpl.java b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/impl/SuggestLocRuleServiceImpl.java
index ce625c3..1868f6a 100644
--- a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/impl/SuggestLocRuleServiceImpl.java
+++ b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/service/impl/SuggestLocRuleServiceImpl.java
@@ -1,12 +1,12 @@
-package com.zy.asrs.wms.asrs.service.impl;
-
-import com.zy.asrs.wms.asrs.mapper.SuggestLocRuleMapper;
-import com.zy.asrs.wms.asrs.entity.SuggestLocRule;
-import com.zy.asrs.wms.asrs.service.SuggestLocRuleService;
-import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
-import org.springframework.stereotype.Service;
-
-@Service("suggestLocRuleService")
-public class SuggestLocRuleServiceImpl extends ServiceImpl<SuggestLocRuleMapper, SuggestLocRule> implements SuggestLocRuleService {
-
-}
+package com.zy.asrs.wms.asrs.service.impl;
+
+import com.zy.asrs.wms.asrs.mapper.SuggestLocRuleMapper;
+import com.zy.asrs.wms.asrs.entity.SuggestLocRule;
+import com.zy.asrs.wms.asrs.service.SuggestLocRuleService;
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
+import org.springframework.stereotype.Service;
+
+@Service("suggestLocRuleService")
+public class SuggestLocRuleServiceImpl extends ServiceImpl<SuggestLocRuleMapper, SuggestLocRule> implements SuggestLocRuleService {
+
+}

--
Gitblit v1.9.1