fix
Hentua
2023-05-08 06f8705b2bbd38aca2cb01e23bc28c5db26d7a7a
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>