From 05c24844977b2fa511cbfb20c539985da09b0c9f Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 23 四月 2026 14:09:29 +0800
Subject: [PATCH] bug调试
---
src/main/resources/mapper/sales/ShippingInfoMapper.xml | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/mapper/sales/ShippingInfoMapper.xml b/src/main/resources/mapper/sales/ShippingInfoMapper.xml
index a23a02c..a3db432 100644
--- a/src/main/resources/mapper/sales/ShippingInfoMapper.xml
+++ b/src/main/resources/mapper/sales/ShippingInfoMapper.xml
@@ -25,9 +25,6 @@
<if test="req.salesContractNo != null and req.salesContractNo != ''">
AND sl.sales_contract_no LIKE CONCAT('%',#{req.salesContractNo},'%')
</if>
- <if test="req.productCategory != null and req.productCategory != ''">
- AND slp.product_category LIKE CONCAT('%',#{req.productCategory},'%')
- </if>
<if test="req.shippingCarNumber != null and req.shippingCarNumber != ''">
AND s.shipping_car_number LIKE CONCAT('%',#{req.shippingCarNumber},'%')
</if>
--
Gitblit v1.9.3