From 4548c5045b3a5522ad14df7c939f0303c1e17587 Mon Sep 17 00:00:00 2001
From: xin <1099200748@qq.com>
Date: Sat, 11 Oct 2025 19:07:29 +0800
Subject: [PATCH] ้
้่ดน
---
oying-system/src/main/resources/mapper/rider/RiderIncomeDetailMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/oying-system/src/main/resources/mapper/rider/RiderIncomeDetailMapper.xml b/oying-system/src/main/resources/mapper/rider/RiderIncomeDetailMapper.xml
index 1b05e74..a601655 100644
--- a/oying-system/src/main/resources/mapper/rider/RiderIncomeDetailMapper.xml
+++ b/oying-system/src/main/resources/mapper/rider/RiderIncomeDetailMapper.xml
@@ -31,6 +31,9 @@
<include refid="Base_Column_List"/>
from qs_rider_income_detail
<where>
+ <if test="criteria.riderId != null">
+ and rider_id = #{criteria.riderId}
+ </if>
<if test="criteria.riderName != null">
and rider_name = #{criteria.riderName}
</if>
--
Gitblit v1.9.3