lidongdong
2023-11-24 93c3190d115f98169a58d1a1399c76b0fe934b65
修改小程序下单4
1个文件已修改
3 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NewFightShoppingOrderMapper.xml 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NewFightShoppingOrderMapper.xml
@@ -81,7 +81,8 @@
                and jso.cancel_type LIKE CONCAT('%', #{cancelType}, '%')
            </if>
        </where>
        order by creation_time desc
        GROUP BY jso.id
        order by jso.creation_time desc
    </select>