彭雪彬
2025-09-03 092c7132a48494d69ebb3f72ff8cab3379f7c9ab
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>