fix:推广员导出

feature/mall_product
tangqian 2023-06-16 14:34:30 +08:00
parent cb5b989e20
commit 6be709216e
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
`cy_recharge_order_info` info `cy_recharge_order_info` info
LEFT JOIN cy_recharge_order ord ON info.recharge_order_id = ord.id LEFT JOIN cy_recharge_order ord ON info.recharge_order_id = ord.id
WHERE WHERE
ord.paid = 1 ord.paid != 0
<if test="null != startTime"> <if test="null != startTime">
and info.create_time >= #{startTime} and info.create_time >= #{startTime}
</if> </if>