fix
Hentua
2023-06-06 a0b38fde518eb0f1970c31c5d64ed9f821f459aa
src/main/resources/mapper/modules/MallMqRecordMapper.xml
@@ -14,7 +14,7 @@
        where
              a.state = #{state}
            and a.retry_times > 0
        order by a.id asc
        order by a.order_id asc
        limit 10
    </select>