yangys
2025-09-09 240a4fa7811733f9617227cb58670a71b27389e1
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">