puzhibing
2024-03-19 06c7348b197ede0b68e6d02f019bf81892329b88
cloud-server-other/src/main/resources/mapper/SiteBookingMapper.xml
@@ -4,9 +4,12 @@
    <select id="queryDatas" resultType="com.dsh.other.model.BillingRequestOfType">
        SELECT DATE_FORMAT(insertTime, '%m-%d %H:%i')as `time`,DATE_FORMAT(payTime, '%m-%d %H:%i')as `time1`,
        SELECT
        DATE_FORMAT(insertTime, '%m-%d %H:%i')as `time`,
        DATE_FORMAT(payTime, '%m-%d %H:%i')as `time1`,
        payMoney as amount,
        `status`
        `status`,
        UNIX_TIMESTAMP(payTime) * 1000 as dateTime
        from t_site_booking
        where payType != 3 and status != 0
        <if test="null != monthStart and '' != monthStart and null != monthEnd and '' != monthEnd">