src/main/resources/mapper/modules/MallOrderInfoMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -236,7 +236,6 @@ a.status, count(1) cnt from mall_order_info a inner join mall_order_item b on a.id=b.order_id inner join mall_team_leader c on a.take_unique_code=c.unique_code where a.del_flag=2 and a.member_id=#{memberId} group by a.status