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/LWhProcureModel_mapper.java |   53 ++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 48 insertions(+), 5 deletions(-)

diff --git a/consum-model-pojo/src/main/java/com/consum/model/po/LWhProcureModel_mapper.java b/consum-model-pojo/src/main/java/com/consum/model/po/LWhProcureModel_mapper.java
index 1dcce8c..5ba06f0 100644
--- a/consum-model-pojo/src/main/java/com/consum/model/po/LWhProcureModel_mapper.java
+++ b/consum-model-pojo/src/main/java/com/consum/model/po/LWhProcureModel_mapper.java
@@ -7,8 +7,6 @@
 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;
@@ -16,7 +14,8 @@
 import java.util.Map;
 
 /**
- * 琛ㄥ悕:L_WH_PROCURE_MODEL *
+ * 琛ㄥ悕:L_WH_PROCURE_MODEL
+ *
  * @author genrator
  */
 public class LWhProcureModel_mapper extends LWhProcureModel implements BaseMapper<LWhProcureModel> {
@@ -32,10 +31,13 @@
     public static final String BusinessType = "business_type";
     public static final String BusinessId = "business_id";
     public static final String BaseGoodsModelsId = "base_goods_models_id";
+    public static final String BaseGoodsModelsName = "base_goods_models_name";
     public static final String Price = "price";
     public static final String Counts = "counts";
     public static final String WorehouseCount = "worehouse_count";
     public static final String Supplier = "supplier";
+    public static final String TotalAmount = "total_amount";
+    public static final String UseCount = "use_count";
 
     /**
      * 榛樿鏋勯�犲嚱鏁�
@@ -61,6 +63,9 @@
         if (lWhProcureModel.isset_baseGoodsModelsId) {
             this.setBaseGoodsModelsId(lWhProcureModel.getBaseGoodsModelsId());
         }
+        if (lWhProcureModel.isset_baseGoodsModelsName) {
+            this.setBaseGoodsModelsName(lWhProcureModel.getBaseGoodsModelsName());
+        }
         if (lWhProcureModel.isset_price) {
             this.setPrice(lWhProcureModel.getPrice());
         }
@@ -72,6 +77,12 @@
         }
         if (lWhProcureModel.isset_supplier) {
             this.setSupplier(lWhProcureModel.getSupplier());
+        }
+        if (lWhProcureModel.isset_totalAmount) {
+            this.setTotalAmount(lWhProcureModel.getTotalAmount());
+        }
+        if (lWhProcureModel.isset_useCount) {
+            this.setUseCount(lWhProcureModel.getUseCount());
         }
         // 鍘绘帀锛�2022-09-07
         // this.setDatabaseName_(l_wh_procure_model.getDatabaseName_());
@@ -120,10 +131,13 @@
         ib.set(BusinessType, this.getBusinessType(), this.isset_businessType);
         ib.set(BusinessId, this.getBusinessId(), this.isset_businessId);
         ib.set(BaseGoodsModelsId, this.getBaseGoodsModelsId(), this.isset_baseGoodsModelsId);
+        ib.set(BaseGoodsModelsName, this.getBaseGoodsModelsName(), this.isset_baseGoodsModelsName);
         ib.set(Price, this.getPrice(), this.isset_price);
         ib.set(Counts, this.getCounts(), this.isset_counts);
         ib.set(WorehouseCount, this.getWorehouseCount(), this.isset_worehouseCount);
         ib.set(Supplier, this.getSupplier(), this.isset_supplier);
+        ib.set(TotalAmount, this.getTotalAmount(), this.isset_totalAmount);
+        ib.set(UseCount, this.getUseCount(), this.isset_useCount);
         return ib.genMapSql();
     }
 
@@ -137,10 +151,13 @@
         ub.set(BusinessType, this.getBusinessType(), this.isset_businessType);
         ub.set(BusinessId, this.getBusinessId(), this.isset_businessId);
         ub.set(BaseGoodsModelsId, this.getBaseGoodsModelsId(), this.isset_baseGoodsModelsId);
+        ub.set(BaseGoodsModelsName, this.getBaseGoodsModelsName(), this.isset_baseGoodsModelsName);
         ub.set(Price, this.getPrice(), this.isset_price);
         ub.set(Counts, this.getCounts(), this.isset_counts);
         ub.set(WorehouseCount, this.getWorehouseCount(), this.isset_worehouseCount);
         ub.set(Supplier, this.getSupplier(), this.isset_supplier);
+        ub.set(TotalAmount, this.getTotalAmount(), this.isset_totalAmount);
+        ub.set(UseCount, this.getUseCount(), this.isset_useCount);
         ub.where(this.getPkName_(), this.getPkValue_());
         return ub.genMapSql();
     }
@@ -155,10 +172,13 @@
         ub.set(BusinessType, this.getBusinessType(), this.isset_businessType);
         ub.set(BusinessId, this.getBusinessId(), this.isset_businessId);
         ub.set(BaseGoodsModelsId, this.getBaseGoodsModelsId(), this.isset_baseGoodsModelsId);
+        ub.set(BaseGoodsModelsName, this.getBaseGoodsModelsName(), this.isset_baseGoodsModelsName);
         ub.set(Price, this.getPrice(), this.isset_price);
         ub.set(Counts, this.getCounts(), this.isset_counts);
         ub.set(WorehouseCount, this.getWorehouseCount(), this.isset_worehouseCount);
         ub.set(Supplier, this.getSupplier(), this.isset_supplier);
+        ub.set(TotalAmount, this.getTotalAmount(), this.isset_totalAmount);
+        ub.set(UseCount, this.getUseCount(), this.isset_useCount);
         return ub.genMapSql(where, parameters);
     }
 
@@ -172,10 +192,13 @@
         ub.set(BusinessType, this.getBusinessType(), this.isset_businessType);
         ub.set(BusinessId, this.getBusinessId(), this.isset_businessId);
         ub.set(BaseGoodsModelsId, this.getBaseGoodsModelsId(), this.isset_baseGoodsModelsId);
+        ub.set(BaseGoodsModelsName, this.getBaseGoodsModelsName(), this.isset_baseGoodsModelsName);
         ub.set(Price, this.getPrice(), this.isset_price);
         ub.set(Counts, this.getCounts(), this.isset_counts);
         ub.set(WorehouseCount, this.getWorehouseCount(), this.isset_worehouseCount);
         ub.set(Supplier, this.getSupplier(), this.isset_supplier);
+        ub.set(TotalAmount, this.getTotalAmount(), this.isset_totalAmount);
+        ub.set(UseCount, this.getUseCount(), this.isset_useCount);
         return ub.genArraySql(where, parameters);
     }
 
@@ -223,7 +246,7 @@
      */
     @Override
     public SqlAndParameters<Map<String, Object>> getSelectSql_(String where, Map<String, Object> parameters) {
-        return new SqlAndParameters<>("select id, from_procure_goods_id, business_type, business_id, base_goods_models_id, price, counts, worehouse_count, supplier from " + this.getTableName_() + " " + where, parameters);
+        return new SqlAndParameters<>("select id, from_procure_goods_id, business_type, business_id, base_goods_models_id, base_goods_models_name, price, counts, worehouse_count, supplier, total_amount, use_count from " + this.getTableName_() + " " + where, parameters);
     }
 
     /**
@@ -231,7 +254,7 @@
      */
     @Override
     public SqlAndParameters<Object[]> getSelectSql_(String where, Object[] parameters) {
-        return new SqlAndParameters<>("select id, from_procure_goods_id, business_type, business_id, base_goods_models_id, price, counts, worehouse_count, supplier from " + this.getTableName_() + " " + where, parameters);
+        return new SqlAndParameters<>("select id, from_procure_goods_id, business_type, business_id, base_goods_models_id, base_goods_models_name, price, counts, worehouse_count, supplier, total_amount, use_count from " + this.getTableName_() + " " + where, parameters);
     }
 
     /**
@@ -300,6 +323,10 @@
                 l_wh_procure_model.setBaseGoodsModelsId(rs.getLong(columnIndex));
             }
         }
+        columnIndex = resultSetUtils.findColumn(rs, LWhProcureModel_mapper.BaseGoodsModelsName);
+        if (columnIndex > 0) {
+            l_wh_procure_model.setBaseGoodsModelsName(rs.getString(columnIndex));
+        }
         columnIndex = resultSetUtils.findColumn(rs, LWhProcureModel_mapper.Price);
         if (columnIndex > 0) {
             if (rs.getBigDecimal(columnIndex) == null) {
@@ -328,6 +355,22 @@
         if (columnIndex > 0) {
             l_wh_procure_model.setSupplier(rs.getString(columnIndex));
         }
+        columnIndex = resultSetUtils.findColumn(rs, LWhProcureModel_mapper.TotalAmount);
+        if (columnIndex > 0) {
+            if (rs.getBigDecimal(columnIndex) == null) {
+                l_wh_procure_model.setTotalAmount(null);
+            } else {
+                l_wh_procure_model.setTotalAmount(rs.getLong(columnIndex));
+            }
+        }
+        columnIndex = resultSetUtils.findColumn(rs, LWhProcureModel_mapper.UseCount);
+        if (columnIndex > 0) {
+            if (rs.getBigDecimal(columnIndex) == null) {
+                l_wh_procure_model.setUseCount(null);
+            } else {
+                l_wh_procure_model.setUseCount(rs.getInt(columnIndex));
+            }
+        }
         return l_wh_procure_model;
     }
 }

--
Gitblit v1.9.1