yangys
2025-09-20 6b7db6b11ebcc2e8e1eff86443e77fe63e5d8080
blade-service/blade-mdm/src/main/java/org/springblade/mdm/machinefile/mapper/FileSendRecordMapper.xml
@@ -26,10 +26,10 @@
                and   f.machine_code= #{query.machineCode,jdbcType=VARCHAR}
            </if>
            <if test="query.createTimeBegin!=null">
                and h.create_time &gt;=#{query.createTimeBegin}
                and f.create_time &gt;=#{query.createTimeBegin}
            </if>
            <if test="query.createTimeEnd!=null">
                and h.create_time &lt;=#{query.createTimeEnd}
                and f.create_time &lt;=#{query.createTimeEnd}
            </if>
            <!--
            <if test="query.deptIds!=null and query.deptIds.size()&gt;0">