mitao
2025-04-03 7f52dea2150ee71e3d78d5eef244d02ac8363a1c
bug修改
1个文件已修改
2 ■■■ 已修改文件
ruoyi-system/src/main/resources/mapper/system/TBillMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-system/src/main/resources/mapper/system/TBillMapper.xml
@@ -231,7 +231,7 @@
            <if test="first!=null and last !=null">
                AND tb.payable_fees_time BETWEEN #{first} AND #{last}
            </if>
            GROUP BY tt.id
        </where>
        GROUP BY tt.id
    </select>
</mapper>