yanghb
2024-04-15 6bc25b33e90d45904d1843e927fa709dfeb51d7f
common-buiness/src/main/java/cn/stylefeng/guns/modular/business/mapper/mapping/CounsellingOrderReservationMapper.xml
@@ -42,7 +42,7 @@
        INNER JOIN toc_customer tcus on tcus.customer_id = tci.user_id
        INNER JOIN t_counselling_user tco on tco.counselling_info_id = tcor.counselling_info_id and tco.user_id = tcor.user_id
        <where>
            tcor.stauts !=5
            <if test="params.stauts != null">
                AND tcor.stauts = #{params.stauts}
            </if>