From fae8a9349499cd045bc73e8fd22aeae52618a46c Mon Sep 17 00:00:00 2001
From: WangHan <wwh_work@126,com>
Date: 星期四, 19 十二月 2024 10:02:02 +0800
Subject: [PATCH] 采购明细查询修改,查询本级及以下

---
 consum-base/src/main/java/com/consum/base/service/LOrgSupplierServiceImpl.java |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/consum-base/src/main/java/com/consum/base/service/LOrgSupplierServiceImpl.java b/consum-base/src/main/java/com/consum/base/service/LOrgSupplierServiceImpl.java
index 90c27aa..f3176a9 100644
--- a/consum-base/src/main/java/com/consum/base/service/LOrgSupplierServiceImpl.java
+++ b/consum-base/src/main/java/com/consum/base/service/LOrgSupplierServiceImpl.java
@@ -1,18 +1,20 @@
 package com.consum.base.service;
 
-import com.walker.jdbc.service.BaseServiceImpl;
-import lombok.extern.slf4j.Slf4j;
-import org.apache.commons.lang3.StringUtils;
-import org.springframework.stereotype.Service;
-import org.springframework.util.CollectionUtils;
-
 import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
 
+import org.apache.commons.lang3.StringUtils;
+import org.springframework.stereotype.Service;
+import org.springframework.util.CollectionUtils;
+
+import com.walker.jdbc.service.BaseServiceImpl;
+
+import lombok.extern.slf4j.Slf4j;
+
 /**
  * @ClassName LOrgSupplierServiceImpl
- * @Author cy
+ * 
  * @Date 2023/11/1
  * @Description
  * @Version 1.0
@@ -20,7 +22,7 @@
 @Service
 @Slf4j
 public class LOrgSupplierServiceImpl extends BaseServiceImpl {
-    private static String SUPPLIER_IS_CONTAIN = "SELECT*FROM L_ORG_SUPPLIER WHERE 1=1";
+    private static final String SUPPLIER_IS_CONTAIN = "SELECT*FROM L_ORG_SUPPLIER WHERE 1=1";
 
     /**
      * 鍒ゆ柇渚涘簲鍟嗘槸鍚﹀瓨鍦�

--
Gitblit v1.9.1