java110-db/src/main/resources/mapper/fee/FeeDetailServiceDaoImplMapper.xml
@@ -429,6 +429,9 @@ <if test="endTime !=null "> and t.end_time <= #{endTime} </if> <if test="startTime !=null and b != null"> and t.start_time = #{startTime} </if> <if test="cashierId !=null and cashierId != ''"> and t.cashier_id= #{cashierId} </if>