From b34b160a7332f94015fc047455b718e303920dc8 Mon Sep 17 00:00:00 2001
From: lilibo <1471506043@qq.com>
Date: 星期三, 22 一月 2025 10:58:23 +0800
Subject: [PATCH] 漏洞修改 升级tomcat版本

---
 consum-model-pojo/src/main/java/com/consum/model/po/LWhFormTransfer_mapper.java |   76 ++++++++++++++++++++++++++++++++------
 1 files changed, 64 insertions(+), 12 deletions(-)

diff --git a/consum-model-pojo/src/main/java/com/consum/model/po/LWhFormTransfer_mapper.java b/consum-model-pojo/src/main/java/com/consum/model/po/LWhFormTransfer_mapper.java
index 026243b..d24b8d2 100644
--- a/consum-model-pojo/src/main/java/com/consum/model/po/LWhFormTransfer_mapper.java
+++ b/consum-model-pojo/src/main/java/com/consum/model/po/LWhFormTransfer_mapper.java
@@ -7,19 +7,18 @@
 import com.walker.jdbc.sqlgen.InsertBuilder;
 import com.walker.jdbc.sqlgen.SelectBuilder;
 import com.walker.jdbc.sqlgen.UpdateBuilder;
-import com.walker.jdbc.util.StringUtils;
-
-import org.springframework.jdbc.core.RowMapper;
-
 import java.sql.ResultSet;
 import java.sql.SQLException;
 import java.util.Map;
+import org.springframework.jdbc.core.RowMapper;
 
 /**
  * 琛ㄥ悕:L_WH_FORM_TRANSFER *
+ *
  * @author genrator
  */
 public class LWhFormTransfer_mapper extends LWhFormTransfer implements BaseMapper<LWhFormTransfer> {
+
     // 搴忓垪鍖栫増鏈彿
     private static final long serialVersionUID = 1L;
 
@@ -29,6 +28,8 @@
     public static final String Id = "id";
     // 鏅�氬睘鎬�
     public static final String InWarehouseFormId = "in_warehouse_form_id";
+    public static final String InWarehouseFlowId = "in_warehouse_flow_id";
+    public static final String OutWarehouseFlowId = "out_warehouse_flow_id";
     public static final String OutWarehouseFormId = "out_warehouse_form_id";
     public static final String BusinessType = "business_type";
     public static final String BusinessFormCode = "business_form_code";
@@ -56,6 +57,8 @@
     public static final String Beiz2 = "beiz2";
     public static final String Beiz3 = "beiz3";
     public static final String ProcureDoc = "procure_doc";
+    public static final String Tel = "tel";
+
 
     /**
      * 榛樿鏋勯�犲嚱鏁�
@@ -71,6 +74,12 @@
         //鏅�氬睘鎬�
         if (lWhFormTransfer.isset_inWarehouseFormId) {
             this.setInWarehouseFormId(lWhFormTransfer.getInWarehouseFormId());
+        }
+        if (lWhFormTransfer.isset_inWarehouseFlowId) {
+            this.setInWarehouseFlowId(lWhFormTransfer.getInWarehouseFlowId());
+        }
+        if (lWhFormTransfer.isset_outWarehouseFlowId) {
+            this.setOutWarehouseFlowId(lWhFormTransfer.getOutWarehouseFlowId());
         }
         if (lWhFormTransfer.isset_outWarehouseFormId) {
             this.setOutWarehouseFormId(lWhFormTransfer.getOutWarehouseFormId());
@@ -153,6 +162,9 @@
         if (lWhFormTransfer.isset_procureDoc) {
             this.setProcureDoc(lWhFormTransfer.getProcureDoc());
         }
+        if (lWhFormTransfer.isset_tel) {
+            this.setTel(lWhFormTransfer.getTel());
+        }
         // 鍘绘帀锛�2022-09-07
         // this.setDatabaseName_(l_wh_form_transfer.getDatabaseName_());
     }
@@ -164,12 +176,12 @@
     public String getTableName_() {
         String tableName = "l_wh_form_transfer";
         /**
-        if (StringUtils.isNotEmpty(this.getDatabaseName_())) {
-            return this.getDatabaseName_() + "." + tableName;
-        } else {
-            return tableName;
-        }
-        */
+         if (StringUtils.isNotEmpty(this.getDatabaseName_())) {
+         return this.getDatabaseName_() + "." + tableName;
+         } else {
+         return tableName;
+         }
+         */
         return tableName;
     }
 
@@ -197,6 +209,8 @@
         InsertBuilder ib = new InsertBuilder(this.getTableName_());
         ib.set(Id, this.getId());
         ib.set(InWarehouseFormId, this.getInWarehouseFormId(), this.isset_inWarehouseFormId);
+        ib.set(InWarehouseFlowId, this.getInWarehouseFlowId(), this.isset_inWarehouseFlowId);
+        ib.set(OutWarehouseFlowId, this.getOutWarehouseFlowId(), this.isset_outWarehouseFlowId);
         ib.set(OutWarehouseFormId, this.getOutWarehouseFormId(), this.isset_outWarehouseFormId);
         ib.set(BusinessType, this.getBusinessType(), this.isset_businessType);
         ib.set(BusinessFormCode, this.getBusinessFormCode(), this.isset_businessFormCode);
@@ -224,6 +238,7 @@
         ib.set(Beiz2, this.getBeiz2(), this.isset_beiz2);
         ib.set(Beiz3, this.getBeiz3(), this.isset_beiz3);
         ib.set(ProcureDoc, this.getProcureDoc(), this.isset_procureDoc);
+        ib.set(Tel, this.getTel(), this.isset_tel);
         return ib.genMapSql();
     }
 
@@ -234,6 +249,8 @@
     public SqlAndParameters<Map<String, Object>> getUpdateSql_() {
         UpdateBuilder ub = new UpdateBuilder(this.getTableName_());
         ub.set(InWarehouseFormId, this.getInWarehouseFormId(), this.isset_inWarehouseFormId);
+        ub.set(InWarehouseFlowId, this.getInWarehouseFlowId(), this.isset_inWarehouseFlowId);
+        ub.set(OutWarehouseFlowId, this.getOutWarehouseFlowId(), this.isset_outWarehouseFlowId);
         ub.set(OutWarehouseFormId, this.getOutWarehouseFormId(), this.isset_outWarehouseFormId);
         ub.set(BusinessType, this.getBusinessType(), this.isset_businessType);
         ub.set(BusinessFormCode, this.getBusinessFormCode(), this.isset_businessFormCode);
@@ -261,6 +278,7 @@
         ub.set(Beiz2, this.getBeiz2(), this.isset_beiz2);
         ub.set(Beiz3, this.getBeiz3(), this.isset_beiz3);
         ub.set(ProcureDoc, this.getProcureDoc(), this.isset_procureDoc);
+        ub.set(Tel, this.getTel(), this.isset_tel);
         ub.where(this.getPkName_(), this.getPkValue_());
         return ub.genMapSql();
     }
@@ -272,6 +290,8 @@
     public SqlAndParameters<Map<String, Object>> getUpdateSql_(String where, Map<String, Object> parameters) {
         UpdateBuilder ub = new UpdateBuilder(this.getTableName_());
         ub.set(InWarehouseFormId, this.getInWarehouseFormId(), this.isset_inWarehouseFormId);
+        ub.set(InWarehouseFlowId, this.getInWarehouseFlowId(), this.isset_inWarehouseFlowId);
+        ub.set(OutWarehouseFlowId, this.getOutWarehouseFlowId(), this.isset_outWarehouseFlowId);
         ub.set(OutWarehouseFormId, this.getOutWarehouseFormId(), this.isset_outWarehouseFormId);
         ub.set(BusinessType, this.getBusinessType(), this.isset_businessType);
         ub.set(BusinessFormCode, this.getBusinessFormCode(), this.isset_businessFormCode);
@@ -299,6 +319,7 @@
         ub.set(Beiz2, this.getBeiz2(), this.isset_beiz2);
         ub.set(Beiz3, this.getBeiz3(), this.isset_beiz3);
         ub.set(ProcureDoc, this.getProcureDoc(), this.isset_procureDoc);
+        ub.set(Tel, this.getTel(), this.isset_tel);
         return ub.genMapSql(where, parameters);
     }
 
@@ -309,6 +330,8 @@
     public SqlAndParameters<Object[]> getUpdateSql_(String where, Object[] parameters) {
         UpdateBuilder ub = new UpdateBuilder(this.getTableName_());
         ub.set(InWarehouseFormId, this.getInWarehouseFormId(), this.isset_inWarehouseFormId);
+        ub.set(InWarehouseFlowId, this.getInWarehouseFlowId(), this.isset_inWarehouseFlowId);
+        ub.set(OutWarehouseFlowId, this.getOutWarehouseFlowId(), this.isset_outWarehouseFlowId);
         ub.set(OutWarehouseFormId, this.getOutWarehouseFormId(), this.isset_outWarehouseFormId);
         ub.set(BusinessType, this.getBusinessType(), this.isset_businessType);
         ub.set(BusinessFormCode, this.getBusinessFormCode(), this.isset_businessFormCode);
@@ -336,6 +359,7 @@
         ub.set(Beiz2, this.getBeiz2(), this.isset_beiz2);
         ub.set(Beiz3, this.getBeiz3(), this.isset_beiz3);
         ub.set(ProcureDoc, this.getProcureDoc(), this.isset_procureDoc);
+        ub.set(Tel, this.getTel(), this.isset_tel);
         return ub.genArraySql(where, parameters);
     }
 
@@ -383,7 +407,9 @@
      */
     @Override
     public SqlAndParameters<Map<String, Object>> getSelectSql_(String where, Map<String, Object> parameters) {
-        return new SqlAndParameters<>("select id, in_warehouse_form_id, out_warehouse_form_id, business_type, business_form_code, in_warehouse_type, in_warehouse_id, in_warehouse_name, out_warehouse_type, out_warehouse_id, out_warehouse_name, in_agency_id, in_agency_name, out_agency_id, out_agency_name, operator_id, operator_name, create_time, states, in_operator_id, in_operator_name, in_time, out_operator_id, out_operator_name, output_time, beiz1, beiz2, beiz3, procure_doc from " + this.getTableName_() + " " + where, parameters);
+        return new SqlAndParameters<>(
+            "select id, in_warehouse_form_id, in_warehouse_flow_id, out_warehouse_flow_id, out_warehouse_form_id, business_type, business_form_code, in_warehouse_type, in_warehouse_id, in_warehouse_name, out_warehouse_type, out_warehouse_id, out_warehouse_name, in_agency_id, in_agency_name, out_agency_id, out_agency_name, operator_id, operator_name, create_time, states, in_operator_id, in_operator_name, in_time, out_operator_id, out_operator_name, output_time, beiz1, beiz2, beiz3, procure_doc from "
+                + this.getTableName_() + " " + where, parameters);
     }
 
     /**
@@ -391,7 +417,9 @@
      */
     @Override
     public SqlAndParameters<Object[]> getSelectSql_(String where, Object[] parameters) {
-        return new SqlAndParameters<>("select id, in_warehouse_form_id, out_warehouse_form_id, business_type, business_form_code, in_warehouse_type, in_warehouse_id, in_warehouse_name, out_warehouse_type, out_warehouse_id, out_warehouse_name, in_agency_id, in_agency_name, out_agency_id, out_agency_name, operator_id, operator_name, create_time, states, in_operator_id, in_operator_name, in_time, out_operator_id, out_operator_name, output_time, beiz1, beiz2, beiz3, procure_doc from " + this.getTableName_() + " " + where, parameters);
+        return new SqlAndParameters<>(
+            "select id, in_warehouse_form_id, in_warehouse_flow_id, out_warehouse_flow_id, out_warehouse_form_id, business_type, business_form_code, in_warehouse_type, in_warehouse_id, in_warehouse_name, out_warehouse_type, out_warehouse_id, out_warehouse_name, in_agency_id, in_agency_name, out_agency_id, out_agency_name, operator_id, operator_name, create_time, states, in_operator_id, in_operator_name, in_time, out_operator_id, out_operator_name, output_time, beiz1, beiz2, beiz3, procure_doc from "
+                + this.getTableName_() + " " + where, parameters);
     }
 
     /**
@@ -434,6 +462,22 @@
                 l_wh_form_transfer.setInWarehouseFormId(null);
             } else {
                 l_wh_form_transfer.setInWarehouseFormId(rs.getLong(columnIndex));
+            }
+        }
+        columnIndex = resultSetUtils.findColumn(rs, LWhFormTransfer_mapper.InWarehouseFlowId);
+        if (columnIndex > 0) {
+            if (rs.getBigDecimal(columnIndex) == null) {
+                l_wh_form_transfer.setInWarehouseFlowId(null);
+            } else {
+                l_wh_form_transfer.setInWarehouseFlowId(rs.getLong(columnIndex));
+            }
+        }
+        columnIndex = resultSetUtils.findColumn(rs, LWhFormTransfer_mapper.OutWarehouseFlowId);
+        if (columnIndex > 0) {
+            if (rs.getBigDecimal(columnIndex) == null) {
+                l_wh_form_transfer.setOutWarehouseFlowId(null);
+            } else {
+                l_wh_form_transfer.setOutWarehouseFlowId(rs.getLong(columnIndex));
             }
         }
         columnIndex = resultSetUtils.findColumn(rs, LWhFormTransfer_mapper.OutWarehouseFormId);
@@ -604,6 +648,14 @@
         if (columnIndex > 0) {
             l_wh_form_transfer.setProcureDoc(rs.getString(columnIndex));
         }
+        columnIndex = resultSetUtils.findColumn(rs, LWhFormTransfer_mapper.Tel);
+        if (columnIndex > 0) {
+            if (rs.getBigDecimal(columnIndex) == null) {
+                l_wh_form_transfer.setTel(null);
+            } else {
+                l_wh_form_transfer.setTel(rs.getLong(columnIndex));
+            }
+        }
         return l_wh_form_transfer;
     }
 }

--
Gitblit v1.9.1