chengf
2025-08-22 f4d855f8d2d5cd52c0831e690dcb12e700b91eb1
java110-db/src/main/resources/mapper/fee/FeeDetailServiceDaoImplMapper.xml
@@ -429,6 +429,9 @@
        <if test="endTime !=null ">
            and t.end_time &lt;= #{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>