| | |
| | | pay_amount, refund_amount, refund_reason, refund_pic, create_at, update_at, handle_time, |
| | | refund_time, handle_result, remark |
| | | </sql> |
| | | <select id="pageRefundOrder" resultType="com.panzhihua.common.model.vos.shop.ComShopFlowerRefundOrderVO"> |
| | | select * from com_shop_flower_refund_order where 1=1 |
| | | <if test="pageComOrderRefundDTO.status != null"> |
| | | and status = #{pageComOrderRefundDTO.status} |
| | | </if> |
| | | <if test="pageComOrderRefundDTO.storeId != null"> |
| | | and store_id = #{pageComOrderRefundDTO.storeId} |
| | | </if> |
| | | <if test="pageComOrderRefundDTO.userId != null"> |
| | | and user_id = #{pageComOrderRefundDTO.userId} |
| | | </if> |
| | | </select> |
| | | </mapper> |