xiaoyong931011
2023-08-29 a07a4f1e719e6dacaf7cfccce2a0426940ed905b
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>