From ae1471f378f399f76518539ec8992e64a3673436 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期三, 08 一月 2025 15:26:06 +0800 Subject: [PATCH] 1.订单提交:订单最小金额配置 --- src/main/resources/mapper/supplier/SupplierMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/supplier/SupplierMapper.xml b/src/main/resources/mapper/supplier/SupplierMapper.xml index 6c6a24e..54c5a01 100644 --- a/src/main/resources/mapper/supplier/SupplierMapper.xml +++ b/src/main/resources/mapper/supplier/SupplierMapper.xml @@ -68,5 +68,6 @@ LEFT JOIN t_station s ON t.station_id = s.id LEFT JOIN t_supplier_type st ON t.type_id = st.id WHERE t.user_Id=#{userId} + and t.deleted = '0' </select> </mapper> \ No newline at end of file -- Gitblit v1.9.3