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 >=#{query.createTimeBegin} and f.create_time >=#{query.createTimeBegin} </if> <if test="query.createTimeEnd!=null"> and h.create_time <=#{query.createTimeEnd} and f.create_time <=#{query.createTimeEnd} </if> <!-- <if test="query.deptIds!=null and query.deptIds.size()>0">