xiaoyong931011
2021-11-22 1c83eedac7e23a267f294894ab1566b4823fd415
gc-user/src/main/resources/mapper/user/OrderMapper.xml
@@ -232,7 +232,7 @@
                            LEFT JOIN xzx_jhy_order_items d ON a.id = d.order_id
                    WHERE
                        a.user_id = #{userId}
                        and a.status = 3
                        and a.status != 5
                    GROUP BY
                        a.id
                )
@@ -433,7 +433,7 @@
                            LEFT JOIN xzx_jhy_info e ON a.jhy_id = e.user_id
                    WHERE
                        a.user_id = #{userId}
                    and a.status = 3
                    and a.status != 5
                    GROUP BY
                        a.id
                )