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>