From 64c137c7d5bcdba2ff6be176f58e40e71d500aa5 Mon Sep 17 00:00:00 2001
From: liujie <1793218484@qq.com>
Date: 星期五, 19 九月 2025 18:46:55 +0800
Subject: [PATCH] 拉卡拉支付

---
 ruoyi-system/src/main/resources/mapper/system/TErpGoodsMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-system/src/main/resources/mapper/system/TErpGoodsMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TErpGoodsMapper.xml
index 8a547e1..8cdc313 100644
--- a/ruoyi-system/src/main/resources/mapper/system/TErpGoodsMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/TErpGoodsMapper.xml
@@ -186,7 +186,7 @@
         LEFT JOIN t_crm_supplier t4 on t3.supplier_clinic_id = t4.id
         LEFT JOIN t_erp_supplier_outbound_goods t5 on t5.warehousing_batch_id =t1.id
         where t2.disabled = 0 and t2.warehouse_id = #{warehouseId}
-        and #{time} > t1.expiry_date
+        and #{endDate} > t1.expiry_date
         <if test="user.roleType !=null and user.roleType ==4">
             and t3.supplier_clinic_id =#{supplierClinicId} and t3.goods_source=1
         </if>

--
Gitblit v1.7.1