Browse Source

解决商城PC端售后订单列表获取异常问题

multiwx
dy-hu 11 months ago
parent
commit
5f201187cb
  1. 4
      cereshop-app/src/main/resources/mybatis/mapper/after/CereOrderAfterDAO.xml

4
cereshop-app/src/main/resources/mybatis/mapper/after/CereOrderAfterDAO.xml

@ -181,9 +181,9 @@
where
1=1
<if test="project != null and project!=''">
a.project = #{project}
and a.project = #{project}
</if>
b.buyer_user_id=#{buyerUserId}
and b.buyer_user_id=#{buyerUserId}
<if test='state==1'>
and a.after_state in (1,2,3,5,6,7,10)
</if>

Loading…
Cancel
Save