fix
Helius
2021-07-01 2723b71882f6b34d7c443019d1bb5674250c1893
fix
1 files modified
2 ■■■ changed files
gc-order/src/main/resources/mapper/order/JhyOrderMapper.xml 2 ●●● patch | view | raw | blame | history
gc-order/src/main/resources/mapper/order/JhyOrderMapper.xml
@@ -35,6 +35,6 @@
            </if>
        </where>
        group by a.id
        order by a.id
        order by a.receiving_time desc
    </select>
</mapper>